We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1b564 commit 814b313Copy full SHA for 814b313
build.sbt
@@ -124,7 +124,7 @@ name := "Equella"
124
(ThisBuild / equellaMajor) := 2022
125
(ThisBuild / equellaMinor) := 1
126
(ThisBuild / equellaPatch) := 0
127
-(ThisBuild / equellaStream) := "RC1"
+(ThisBuild / equellaStream) := "Stable"
128
(ThisBuild / equellaBuild) := buildConfig.value.getString("build.buildname")
129
(ThisBuild / buildTimestamp) := Instant.now().getEpochSecond
130
0 commit comments