Skip to content

Commit

Permalink
build: 释放 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-src committed Oct 29, 2024
1 parent 9805429 commit a538104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ subprojects {
val snapshotVersion = "next-SNAPSHOT"
apply(plugin = "maven-publish")
group = "cn.javaer.jany"
version = snapshotVersion
version = "1.3.0"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion jany-core/src/main/java/cn/javaer/jany/JanyVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ public interface JanyVersion {
* @return 程序的版本。
*/
static String getVersion() {
return "next-SNAPSHOT";
return "1.3.0";
}
}

0 comments on commit a538104

Please sign in to comment.