Skip to content

Commit

Permalink
update version to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Yako authored and Yako committed Aug 5, 2014
1 parent 2b2ca44 commit 50bab01
Show file tree
Hide file tree
Showing 3 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 @@ -11,7 +11,7 @@

<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.0.7</version>
<version>1.0.8</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 = 0;
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
2 changes: 1 addition & 1 deletion src/main/resources/support/http/resources/js/doT.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"use strict";

var doT = {
version: '1.0.7',
version: '1.0.8',
templateSettings: {
evaluate: /\{\{([\s\S]+?\}?)\}\}/g,
interpolate: /\{\{=([\s\S]+?)\}\}/g,
Expand Down

0 comments on commit 50bab01

Please sign in to comment.