Skip to content

Commit b2866bf

Browse files
committed
v2026.4.15
1 parent f2da6ae commit b2866bf

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

solonclaw/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.noear</groupId>
99
<artifactId>soloncode-parent</artifactId>
10-
<version>2026.4.14</version>
10+
<version>2026.4.15</version>
1111
<relativePath>../soloncode-parent/pom.xml</relativePath>
1212
</parent>
1313

soloncode-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.noear</groupId>
99
<artifactId>soloncode-parent</artifactId>
10-
<version>2026.4.14</version>
10+
<version>2026.4.15</version>
1111
<relativePath>../soloncode-parent/pom.xml</relativePath>
1212
</parent>
1313

soloncode-cli/setup/info.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"cli_version": "v2026.4.14",
3-
"ide_version": "v2026.4.14"
2+
"cli_version": "v2026.4.15",
3+
"ide_version": "v2026.4.15"
44
}

soloncode-cli/setup/setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
$ErrorActionPreference = "Stop"
77

8-
$VERSION = "v2026.4.14"
8+
$VERSION = "v2026.4.15"
99
$PACKAGE_URL = "https://gitee.com/opensolon/soloncode/releases/download/$VERSION/soloncode-cli-bin-$VERSION.tar.gz"
1010
$TEMP_DIR = Join-Path $env:TEMP "soloncode-install"
1111

soloncode-cli/setup/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
set -e
88

9-
VERSION="v2026.4.14"
9+
VERSION="v2026.4.15"
1010
PACKAGE_URL="https://gitee.com/opensolon/soloncode/releases/download/${VERSION}/soloncode-cli-bin-${VERSION}.tar.gz"
1111
TEMP_DIR="/tmp/soloncode-install"
1212

soloncode-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.noear</groupId>
99
<artifactId>soloncode-parent</artifactId>
10-
<version>2026.4.14</version>
10+
<version>2026.4.15</version>
1111
<relativePath>../soloncode-parent/pom.xml</relativePath>
1212
</parent>
1313

soloncode-core/src/main/java/org/noear/solon/codecli/core/AgentFlags.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class AgentFlags {
2222
public final static String FLAG_WEB = "web";
2323

2424
public static String getVersion() {
25-
return "v2026.4.14";
25+
return "v2026.4.15";
2626
}
2727

2828
private static String lastVersion;

soloncode-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<artifactId>soloncode-parent</artifactId>
1515
<name>${project.artifactId}</name>
16-
<version>2026.4.14</version>
16+
<version>2026.4.15</version>
1717
<packaging>pom</packaging>
1818

1919
<properties>

soloncode-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.noear</groupId>
99
<artifactId>soloncode-parent</artifactId>
10-
<version>2026.4.14</version>
10+
<version>2026.4.15</version>
1111
<relativePath>../soloncode-parent/pom.xml</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)