Skip to content

Commit

Permalink
prepare release 0.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Bogensberger committed May 7, 2015
1 parent 97a2d1d commit ed42680
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Changes for Crate
Unreleased
==========

2015/05/07 0.49.0
=================

- Fix: performing queries on a partitioned table could cause unnecessary
``execution rejected`` errors

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 @@ -34,7 +34,7 @@ public class Version {
// the (internal) format of the id is there so we can easily do after/before checks on the id


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

static {
Expand Down

0 comments on commit ed42680

Please sign in to comment.