Skip to content

Commit

Permalink
Set version to 2.2-rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Le Ny committed Sep 13, 2017
1 parent 30778ca commit f5b3c72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>sigmah</artifactId>
<!-- Any change of version here should also be reported manually client-side in
public static final String VERSION of /src/main/java/org/sigmah/client/Sigmah.java -->
<version>2.2-SNAPSHOT</version>
<version>2.2-rc6</version>

<packaging>war</packaging>

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/sigmah/client/Sigmah.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class Sigmah implements EntryPoint {
* Version number. Hard coded to avoid querying the server to identify
* the current version number.
*/
public static final String VERSION = "2.2-SNAPSHOT";
public static final String VERSION = "2.2-rc6";

/**
* GIN injector.
Expand Down

0 comments on commit f5b3c72

Please sign in to comment.