Navigation Menu

Skip to content

Commit

Permalink
release 0.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed May 21, 2012
1 parent 0fd15c7 commit e63c19a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>0.19.4-SNAPSHOT</version>
<version>0.19.4</version>
<packaging>jar</packaging>
<description>ElasticSearch - Open Source, Distributed, RESTful Search Engine</description>
<inceptionYear>2009</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/elasticsearch/Version.java
Expand Up @@ -72,7 +72,7 @@ public class Version implements Serializable {
public static final int V_0_19_3_ID = /*00*/190399;
public static final Version V_0_19_3 = new Version(V_0_19_3_ID, false);
public static final int V_0_19_4_ID = /*00*/190499;
public static final Version V_0_19_4 = new Version(V_0_19_4_ID, true);
public static final Version V_0_19_4 = new Version(V_0_19_4_ID, false);

public static final Version CURRENT = V_0_19_4;

Expand Down

0 comments on commit e63c19a

Please sign in to comment.