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

Commit 2927b8c

Browse files
author
Lennart Koopmann
committed
bump version to 0.20.2-rc.1
1 parent ed4f9b9 commit 2927b8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/lib/Version.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ public class Version {
4545
public static final Version v0_20_0_RC_3 = new Version(0, 20, 0, "rc.3");
4646
public static final Version v0_20_0 = new Version(0, 20, 0);
4747
public static final Version v0_20_1 = new Version(0, 20, 1);
48-
4948
public static final Version v0_20_2_SNAPSHOT = new Version(0, 20, 2, "snapshot");
49+
public static final Version v0_20_2_RC_1 = new Version(0, 20, 2, "rc.1");
5050

51-
public static final Version VERSION = v0_20_2_SNAPSHOT;
51+
public static final Version VERSION = v0_20_2_RC_1;
5252

5353
public final int major;
5454
public final int minor;

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import play.Project._
55
object ApplicationBuild extends Build {
66

77
val appName = "graylog2-web-interface"
8-
val appVersion = "0.20.2-snapshot"
8+
val appVersion = "0.20.2-rc.1"
99

1010
val appDependencies = Seq(
1111
cache,

0 commit comments

Comments
 (0)