Skip to content

Commit

Permalink
prepare release 0.48.4
Browse files Browse the repository at this point in the history
  • Loading branch information
msbt committed May 7, 2015
1 parent 444dd86 commit c88cdb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changes for Crate
=================

Unreleased
==========
2015/05/07 0.48.4
=================

NOTE: Upgrading from 0.47 or earlier versions requires a full cluster restart

Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/io/crate/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class Version {


public static final boolean SNAPSHOT = false;
public static final Version CURRENT = new Version(480399, SNAPSHOT, org.elasticsearch.Version.V_1_4_4);
public static final Version CURRENT = new Version(480499, SNAPSHOT, org.elasticsearch.Version.V_1_4_4);

static {
// safe-guard that we don't release a version with DEBUG_MODE set to true
Expand Down

0 comments on commit c88cdb2

Please sign in to comment.