Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Commit

Permalink
bumped to v0.20.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Koopmann committed Jan 13, 2014
1 parent 62cd7d5 commit 482e6f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/lib/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ public class Version {
public static final Version v0_20_0_PREVIEW_6 = new Version(0, 20, 0, "preview.6");
public static final Version v0_20_0_PREVIEW_7 = new Version(0, 20, 0, "preview.7");
public static final Version v0_20_0_PREVIEW_8 = new Version(0, 20, 0, "preview.8");
public static final Version v0_20_0_RC_1 = new Version(0, 20, 0, "rc.1");

public static final Version VERSION = v0_20_0_PREVIEW_8;
public static final Version VERSION = v0_20_0_RC_1;

public final int major;
public final int minor;
Expand Down
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import play.Project._
object ApplicationBuild extends Build {

val appName = "graylog2-web-interface"
val appVersion = "0.20.0-preview.8"
val appVersion = "0.20.0-rc.1"

val appDependencies = Seq(
cache,
Expand Down

0 comments on commit 482e6f4

Please sign in to comment.