Skip to content

Commit

Permalink
release 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Apr 4, 2012
1 parent 37210b0 commit 0d23b96
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.2-SNAPSHOT</version>
<version>0.19.2</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 @@ -68,7 +68,7 @@ public class Version implements Serializable {
public static final int V_0_19_1_ID = /*00*/190199;
public static final Version V_0_19_1 = new Version(V_0_19_1_ID, false);
public static final int V_0_19_2_ID = /*00*/190299;
public static final Version V_0_19_2 = new Version(V_0_19_2_ID, true);
public static final Version V_0_19_2 = new Version(V_0_19_2_ID, false);

public static final Version CURRENT = V_0_19_2;

Expand Down

0 comments on commit 0d23b96

Please sign in to comment.