Skip to content

Commit

Permalink
update: 为配合nutzboot发布2.0,添加一个维护版本
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Dec 20, 2017
1 parent 5e4228f commit af4f4f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.65-SNAPSHOT</version>
<version>1.r.63.r3</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions 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 String.format("%d.%s.%d-SNAPSHOT",
return String.format("%d.%s.%d.r3-20171220",
majorVersion(),
releaseLevel(),
minorVersion());
Expand All @@ -50,7 +50,7 @@ public static int majorVersion() {
* 发布流水
*/
public static int minorVersion() {
return 65;
return 63;
}

/**
Expand Down

0 comments on commit af4f4f2

Please sign in to comment.