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

Commit f6b1967

Browse files
author
Lennart Koopmann
committed
bumped version to preview.7
1 parent 893f201 commit f6b1967

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
@@ -37,8 +37,9 @@ public class Version {
3737
public static final Version v0_20_0_PREVIEW_4 = new Version(0, 20, 0, "preview.4");
3838
public static final Version v0_20_0_PREVIEW_5 = new Version(0, 20, 0, "preview.5");
3939
public static final Version v0_20_0_PREVIEW_6 = new Version(0, 20, 0, "preview.6");
40+
public static final Version v0_20_0_PREVIEW_7 = new Version(0, 20, 0, "preview.7");
4041

41-
public static final Version VERSION = v0_20_0_PREVIEW_6;
42+
public static final Version VERSION = v0_20_0_PREVIEW_7;
4243

4344
public final int major;
4445
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.0-preview.6"
8+
val appVersion = "0.20.0-preview.7"
99

1010
val appDependencies = Seq(
1111
cache,

0 commit comments

Comments
 (0)