Skip to content

Commit

Permalink
Prepare release 0.50.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikethebeer committed Jul 16, 2015
1 parent 24e6a60 commit 24d6f10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Changes for Crate
Unreleased
==========

2015/07/16 0.50.1
=================

- Fixed an issue which caused `array (string)` types to be interpreted as
`string` if an analyzer was also used

Expand Down Expand Up @@ -2719,4 +2722,3 @@ NOTE: Upgrading from 0.47 or earlier versions requires a full cluster restart
================

- added NOTICE file

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(500099, SNAPSHOT, org.elasticsearch.Version.V_1_5_2);
public static final Version CURRENT = new Version(500199, SNAPSHOT, org.elasticsearch.Version.V_1_5_2);

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

0 comments on commit 24d6f10

Please sign in to comment.