Skip to content

Commit

Permalink
Update version to 5.5.0 (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
BMurri authored Nov 4, 2024
1 parent 421e79b commit ee48a9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/TesApi.Web/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace TesApi.Web
public class Startup
{
// TODO centralize in single location
internal const string TesVersion = "5.4.5";
internal const string TesVersion = "5.5.0";
private readonly IConfiguration configuration;
private readonly ILogger logger;
private readonly IWebHostEnvironment hostingEnvironment;
Expand Down
2 changes: 1 addition & 1 deletion src/deploy-tes-on-azure/scripts/env-00-tes-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
TesOnAzureVersion=5.4.5
TesOnAzureVersion=5.5.0
2 changes: 1 addition & 1 deletion src/deploy-tes-on-azure/scripts/env-02-internal-images.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
TesImageName=mcr.microsoft.com/ga4gh/tes:5.4.5
TesImageName=mcr.microsoft.com/ga4gh/tes:5.5.0
2 changes: 1 addition & 1 deletion src/deploy-tes-on-azure/scripts/helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tes-on-azure
description: A GA4GH TES implementation designed to run on Microsoft Azure
version: 5.4.5
version: 5.5.0
apiVersion: v1

0 comments on commit ee48a9b

Please sign in to comment.