Skip to content

Commit

Permalink
build: set version to 'Stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
PenghaiZhang committed May 31, 2024
1 parent 7c2ac93 commit 3001c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ name := "Equella"
(ThisBuild / equellaMajor) := 2024
(ThisBuild / equellaMinor) := 1
(ThisBuild / equellaPatch) := 0
(ThisBuild / equellaStream) := "RC3"
(ThisBuild / equellaStream) := "Stable"
(ThisBuild / equellaBuild) := buildConfig.value.getString("build.buildname")
(ThisBuild / buildTimestamp) := Instant.now().getEpochSecond

Expand Down

0 comments on commit 3001c04

Please sign in to comment.