Skip to content

Commit 40b228b

Browse files
author
Philipp Bogensberger
committed
prepare release 0.45.6
1 parent 099af3c commit 40b228b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.txt

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Changes for Crate
55
Unreleased
66
==========
77

8+
2014/12/16 0.45.6
9+
=================
10+
811
- Fix: Improve Error messages on COPY TO and COPY FROM
912

1013
- Fix: correctly plan group by queries using HAVING clause

core/src/main/java/io/crate/Version.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class Version {
3535

3636

3737
public static final boolean SNAPSHOT = false;
38-
public static final Version CURRENT = new Version(450599, SNAPSHOT, org.elasticsearch.Version.V_1_3_5);
38+
public static final Version CURRENT = new Version(450699, SNAPSHOT, org.elasticsearch.Version.V_1_3_5);
3939

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

0 commit comments

Comments
 (0)