Skip to content

Commit

Permalink
update: 版本号继续涨到1.r.73
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Sep 10, 2024
1 parent ba20e3a commit c425ef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>nutz</artifactId>
<packaging>jar</packaging>
<name>Nutz</name>
<version>1.r.72</version>
<version>1.r.73-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jetty.version>9.4.34.v20201102</jetty.version>
Expand Down
2 changes: 1 addition & 1 deletion src/org/nutz/Nutz.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public final class Nutz {
* @return nutz 项目的版本号
*/
public static String version() {
return "1.r.72";
return "1.r.73-SNAPSHOT";
}

/**
Expand Down

0 comments on commit c425ef4

Please sign in to comment.