Skip to content

Commit

Permalink
Merge pull request #505 from cutedemons/master
Browse files Browse the repository at this point in the history
modify version
  • Loading branch information
cutedemons committed Feb 27, 2014
2 parents f334005 + ff77d59 commit 9ed3128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -11,7 +11,7 @@

<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>

<packaging>jar</packaging>
<name>druid</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/alibaba/druid/VERSION.java
Expand Up @@ -19,7 +19,7 @@ public final class VERSION {

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

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

0 comments on commit 9ed3128

Please sign in to comment.