Skip to content

Commit ba20e3a

Browse files
committed
release: 1.r.72
1 parent 3843adc commit ba20e3a

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.71-SNAPSHOT</version>
8+
<version>1.r.72</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.70-SNAPSHOT";
36+
return "1.r.72";
3737
}
3838

3939
/**

0 commit comments

Comments
 (0)