Skip to content

Commit 3001c04

Browse files
committed
build: set version to 'Stable'
1 parent 7c2ac93 commit 3001c04

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
@@ -91,7 +91,7 @@ name := "Equella"
9191
(ThisBuild / equellaMajor) := 2024
9292
(ThisBuild / equellaMinor) := 1
9393
(ThisBuild / equellaPatch) := 0
94-
(ThisBuild / equellaStream) := "RC3"
94+
(ThisBuild / equellaStream) := "Stable"
9595
(ThisBuild / equellaBuild) := buildConfig.value.getString("build.buildname")
9696
(ThisBuild / buildTimestamp) := Instant.now().getEpochSecond
9797

0 commit comments

Comments
 (0)