Skip to content

Commit 2bad3ac

Browse files
committed
Fix equellaStream - missed the RC to stable
1 parent e10d78d commit 2bad3ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ name := "Equella"
117117
equellaMajor in ThisBuild := 2019
118118
equellaMinor in ThisBuild := 2
119119
equellaPatch in ThisBuild := 0
120-
equellaStream in ThisBuild := "RC"
120+
equellaStream in ThisBuild := "Stable"
121121
equellaBuild in ThisBuild := buildConfig.value.getString("build.buildname")
122122

123123
version := {

0 commit comments

Comments
 (0)