Skip to content

Commit

Permalink
build: bump the version to RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
PenghaiZhang committed Dec 4, 2024
1 parent a912579 commit c007046
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 @@ -89,7 +89,7 @@ name := "Equella"
(ThisBuild / equellaMajor) := 2024
(ThisBuild / equellaMinor) := 2
(ThisBuild / equellaPatch) := 0
(ThisBuild / equellaStream) := "RC2"
(ThisBuild / equellaStream) := "RC3"
(ThisBuild / equellaBuild) := buildConfig.value.getString("build.buildname")
(ThisBuild / buildTimestamp) := Instant.now().getEpochSecond

Expand Down

0 comments on commit c007046

Please sign in to comment.