Skip to content

Commit 30fa66c

Browse files
committed
build: bump the version to 2021.2.0-stable
1 parent de8d975 commit 30fa66c

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
@@ -116,7 +116,7 @@ name := "Equella"
116116
(ThisBuild / equellaMajor) := 2021
117117
(ThisBuild / equellaMinor) := 2
118118
(ThisBuild / equellaPatch) := 0
119-
(ThisBuild / equellaStream) := "RC1"
119+
(ThisBuild / equellaStream) := "Stable"
120120
(ThisBuild / equellaBuild) := buildConfig.value.getString("build.buildname")
121121
(ThisBuild / buildTimestamp) := Instant.now().getEpochSecond
122122

0 commit comments

Comments
 (0)