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

Commit 5048fc6

Browse files
committed
bump version to 0.20.5
1 parent 639492f commit 5048fc6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/lib/Version.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ public class Version {
5050
public static final Version v0_20_2 = new Version(0, 20, 2);
5151
public static final Version v0_20_3 = new Version(0, 20, 3);
5252
public static final Version v0_20_4 = new Version(0, 20, 4);
53+
public static final Version v0_20_5 = new Version(0, 20, 5);
5354

54-
public static final Version VERSION = v0_20_4;
55+
public static final Version VERSION = v0_20_5;
5556

5657
public final int major;
5758
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.4"
8+
val appVersion = "0.20.5"
99

1010
val appDependencies = Seq(
1111
cache,

0 commit comments

Comments
 (0)