Skip to content

Commit c425ef4

Browse files
committed
update: 版本号继续涨到1.r.73
1 parent ba20e3a commit c425ef4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>nutz</artifactId>
66
<packaging>jar</packaging>
77
<name>Nutz</name>
8-
<version>1.r.72</version>
8+
<version>1.r.73-SNAPSHOT</version>
99
<properties>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1111
<jetty.version>9.4.34.v20201102</jetty.version>

src/org/nutz/Nutz.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public final class Nutz {
3333
* @return nutz 项目的版本号
3434
*/
3535
public static String version() {
36-
return "1.r.72";
36+
return "1.r.73-SNAPSHOT";
3737
}
3838

3939
/**

0 commit comments

Comments
 (0)