Skip to content

Commit 4362861

Browse files
authored
Update version to 5.5.1 (#819)
1 parent e554ddc commit 4362861

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/TesApi.Web/Startup.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace TesApi.Web
4141
public class Startup
4242
{
4343
// TODO centralize in single location
44-
internal const string TesVersion = "5.5.0";
44+
internal const string TesVersion = "5.5.1";
4545
private readonly IConfiguration configuration;
4646
private readonly ILogger logger;
4747
private readonly IWebHostEnvironment hostingEnvironment;
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
TesOnAzureVersion=5.5.0
1+
TesOnAzureVersion=5.5.1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
TesImageName=mcr.microsoft.com/ga4gh/tes:5.5.0
1+
TesImageName=mcr.microsoft.com/ga4gh/tes:5.5.1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: tes-on-azure
22
description: A GA4GH TES implementation designed to run on Microsoft Azure
3-
version: 5.5.0
3+
version: 5.5.1
44
apiVersion: v1

0 commit comments

Comments
 (0)