Skip to content

Commit

Permalink
release 0.18.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Jan 10, 2012
1 parent b8c5687 commit 552cbf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");
sdf.setTimeZone(TimeZone.getTimeZone("UTC"));
buildTimeStr = sdf.format(buildTime)

versionNumber = '0.18.7-SNAPSHOT'
versionNumber = '0.18.7'

explodedDistDir = new File(distsDir, 'exploded')
explodedDistLibDir = new File(explodedDistDir, 'lib')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class Version {
public static final int V_0_18_6_ID = /*00*/180699;
public static final Version V_0_18_6 = new Version(V_0_18_6_ID, false);
public static final int V_0_18_7_ID = /*00*/180799;
public static final Version V_0_18_7 = new Version(V_0_18_7_ID, true);
public static final Version V_0_18_7 = new Version(V_0_18_7_ID, false);

public static final Version CURRENT = V_0_18_7;

Expand Down

0 comments on commit 552cbf5

Please sign in to comment.