Skip to content

Commit 4425471

Browse files
committed
update: Nutz.version() -> 1.r.70-SNAPSHOT
1 parent d801d61 commit 4425471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.69-SNAPSHOT";
36+
return "1.r.70-SNAPSHOT";
3737
}
3838

3939
/**

0 commit comments

Comments
 (0)