File tree 4 files changed +4
-4
lines changed
deploy-tes-on-azure/scripts
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ namespace TesApi.Web
42
42
public class Startup
43
43
{
44
44
// TODO centralize in single location
45
- internal const string TesVersion = "5.4.2 " ;
45
+ internal const string TesVersion = "5.4.3 " ;
46
46
private readonly IConfiguration configuration ;
47
47
private readonly ILogger logger ;
48
48
private readonly IWebHostEnvironment hostingEnvironment ;
Original file line number Diff line number Diff line change 1
- TesOnAzureVersion=5.4.2
1
+ TesOnAzureVersion=5.4.3
Original file line number Diff line number Diff line change 1
- TesImageName=mcr.microsoft.com/ga4gh/tes:5.4.2
1
+ TesImageName=mcr.microsoft.com/ga4gh/tes:5.4.3
Original file line number Diff line number Diff line change 1
1
name : tes-on-azure
2
2
description : A GA4GH TES implementation designed to run on Microsoft Azure
3
- version : 5.4.2
3
+ version : 5.4.3
4
4
apiVersion : v1
You can’t perform that action at this time.
0 commit comments