Skip to content

Commit 89c0b69

Browse files
author
Philipp Bogensberger
committed
prepare release 0.45.7
1 parent e617f29 commit 89c0b69

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+
2015/01/19 0.45.7
9+
=================
10+
811
- SELECT statements that involved tables from the information_schema schema or
912
from the sys schema could fail if they contained columns in the ORDER BY
1013
clause but didn't contain these columns in the result column list.

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(450699, SNAPSHOT, org.elasticsearch.Version.V_1_3_5);
38+
public static final Version CURRENT = new Version(450799, 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)