Skip to content

Commit 814b313

Browse files
committed
build: bump the version to 2022.1.0-Stable
1 parent bb1b564 commit 814b313

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
@@ -124,7 +124,7 @@ name := "Equella"
124124
(ThisBuild / equellaMajor) := 2022
125125
(ThisBuild / equellaMinor) := 1
126126
(ThisBuild / equellaPatch) := 0
127-
(ThisBuild / equellaStream) := "RC1"
127+
(ThisBuild / equellaStream) := "Stable"
128128
(ThisBuild / equellaBuild) := buildConfig.value.getString("build.buildname")
129129
(ThisBuild / buildTimestamp) := Instant.now().getEpochSecond
130130

0 commit comments

Comments
 (0)