diff --git a/VERSION b/VERSION index eae9110b..9aa50a6a 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -0.27.0 +0.28.0 diff --git a/VERSION-API b/VERSION-API index a6f66a22..e591f7f0 100644 --- a/VERSION-API +++ b/VERSION-API @@ -1,4 +1,4 @@ -1.114.0 +1.145.0 // Only first line of this file is read // This version should be bumped to the minimum version where dependent API changes were introduced -// But never higher then the current Platform API Version deployed in Cloud Production: https://cloud.seqera.io/api/service-info +// But never higher then the current Platform API Version deployed in Cloud Production: https://cloud.seqera.io/api/service-info \ No newline at end of file diff --git a/src/test/java/io/seqera/tower/cli/InfoCmdTest.java b/src/test/java/io/seqera/tower/cli/InfoCmdTest.java index d3d786d3..5cb5453d 100644 --- a/src/test/java/io/seqera/tower/cli/InfoCmdTest.java +++ b/src/test/java/io/seqera/tower/cli/InfoCmdTest.java @@ -56,7 +56,7 @@ void testInfo(OutputType format, MockServerClient mock) throws IOException { Map opts = new HashMap<>(); opts.put("cliVersion", getCliVersion() ); opts.put("cliApiVersion", getCliApiVersion()); - opts.put("towerApiVersion", "1.114.0"); + opts.put("towerApiVersion", "1.145.0"); opts.put("towerVersion", "22.3.0-torricelli"); opts.put("towerApiEndpoint", "http://localhost:"+mock.getPort()); opts.put("userName", "jordi"); @@ -86,7 +86,7 @@ void testInfoStatusTokenFail(MockServerClient mock) throws IOException { Map opts = new HashMap<>(); opts.put("cliVersion", getCliVersion() ); opts.put("cliApiVersion", getCliApiVersion()); - opts.put("towerApiVersion", "1.114.0"); + opts.put("towerApiVersion", "1.145.0"); opts.put("towerVersion", "22.3.0-torricelli"); opts.put("towerApiEndpoint", "http://localhost:"+mock.getPort()); opts.put("userName", null); diff --git a/src/test/resources/runcmd/info/service-info.json b/src/test/resources/runcmd/info/service-info.json index 5810d77e..97469f57 100644 --- a/src/test/resources/runcmd/info/service-info.json +++ b/src/test/resources/runcmd/info/service-info.json @@ -1,7 +1,7 @@ { "serviceInfo": { "version": "22.3.0-torricelli", - "apiVersion": "1.114.0", + "apiVersion": "1.145.0", "commitId": "3f04bfd4", "authTypes": [ "github",