Skip to content

Commit 2e4f4f9

Browse files
authored
Update version to 5.4.3 (#775)
1 parent d58c4c9 commit 2e4f4f9

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
@@ -42,7 +42,7 @@ namespace TesApi.Web
4242
public class Startup
4343
{
4444
// TODO centralize in single location
45-
internal const string TesVersion = "5.4.2";
45+
internal const string TesVersion = "5.4.3";
4646
private readonly IConfiguration configuration;
4747
private readonly ILogger logger;
4848
private readonly IWebHostEnvironment hostingEnvironment;
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
TesOnAzureVersion=5.4.2
1+
TesOnAzureVersion=5.4.3
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
TesImageName=mcr.microsoft.com/ga4gh/tes:5.4.2
1+
TesImageName=mcr.microsoft.com/ga4gh/tes:5.4.3
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.4.2
3+
version: 5.4.3
44
apiVersion: v1

0 commit comments

Comments
 (0)