Skip to content

Commit

Permalink
build: 版本更新为快照版
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-src committed Oct 29, 2024
1 parent a538104 commit d770044
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 = "1.3.0"
version = snapshotVersion

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 "1.3.0";
return "next-SNAPSHOT";
}
}

0 comments on commit d770044

Please sign in to comment.