Skip to content

Commit

Permalink
1.1.8-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Feb 5, 2018
1 parent 9b322fe commit 266b379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.1.7-preview_9</version>
<version>1.1.8-preview_1</version>

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

public final static int MajorVersion = 1;
public final static int MinorVersion = 1;
public final static int RevisionVersion = 7;
public final static int RevisionVersion = 8;

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

0 comments on commit 266b379

Please sign in to comment.