Skip to content

Commit

Permalink
modify version
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki authored and kiki committed Dec 24, 2013
1 parent 16d3fe8 commit 8530e58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/alibaba/druid/VERSION.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

public final class VERSION {

public final static int MajorVersion = 0;
public final static int MinorVersion = 2;
public final static int RevisionVersion = 27;
public final static int MajorVersion = 1;
public final static int MinorVersion = 0;
public final static int RevisionVersion = 1;

public static String getVersionNumber() {
return VERSION.MajorVersion + "." + VERSION.MinorVersion + "." + VERSION.RevisionVersion;
Expand Down

0 comments on commit 8530e58

Please sign in to comment.