Skip to content

Commit 104ef78

Browse files
Update version to 0.11.0 for new [release] (#489)
Cutting a release of new functionality to support Studio actions.
1 parent 2571851 commit 104ef78

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.3
1+
0.11.0

VERSION-API

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15
1+
1.25.0

src/test/java/io/seqera/tower/cli/InfoCmdTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ void testInfo(OutputType format, MockServerClient mock) throws IOException {
5757
Map<String, String> opts = new HashMap<>();
5858
opts.put("cliVersion", getCliVersion() );
5959
opts.put("cliApiVersion", getCliApiVersion());
60-
opts.put("towerApiVersion", "1.15.0");
60+
opts.put("towerApiVersion", "1.25.0");
6161
opts.put("towerVersion", "22.3.0-torricelli");
6262
opts.put("towerApiEndpoint", "http://localhost:"+mock.getPort());
6363
opts.put("userName", "jordi");
@@ -87,7 +87,7 @@ void testInfoStatusTokenFail(MockServerClient mock) throws IOException {
8787
Map<String, String> opts = new HashMap<>();
8888
opts.put("cliVersion", getCliVersion() );
8989
opts.put("cliApiVersion", getCliApiVersion());
90-
opts.put("towerApiVersion", "1.15.0");
90+
opts.put("towerApiVersion", "1.25.0");
9191
opts.put("towerVersion", "22.3.0-torricelli");
9292
opts.put("towerApiEndpoint", "http://localhost:"+mock.getPort());
9393
opts.put("userName", null);

src/test/resources/runcmd/info/service-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"serviceInfo": {
33
"version": "22.3.0-torricelli",
4-
"apiVersion": "1.15.0",
4+
"apiVersion": "1.25.0",
55
"commitId": "3f04bfd4",
66
"authTypes": [
77
"github",

0 commit comments

Comments
 (0)