Skip to content

Commit

Permalink
version:1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yakolee committed Jun 17, 2014
1 parent 6ef3336 commit 7c31153
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.6</version>
<version>1.0.7</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 = 6;
public final static int RevisionVersion = 7;

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.6',
version: '1.0.7',
templateSettings: {
evaluate: /\{\{([\s\S]+?\}?)\}\}/g,
interpolate: /\{\{=([\s\S]+?)\}\}/g,
Expand Down

0 comments on commit 7c31153

Please sign in to comment.