Skip to content

Commit

Permalink
build: reset the version stream to Alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
PenghaiZhang committed Dec 13, 2023
1 parent e84c6f0 commit ca0c0ce
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 @@ -129,7 +129,7 @@ name := "Equella"
(ThisBuild / equellaMajor) := 2024
(ThisBuild / equellaMinor) := 1
(ThisBuild / equellaPatch) := 0
(ThisBuild / equellaStream) := "Stable"
(ThisBuild / equellaStream) := "Alpha"
(ThisBuild / equellaBuild) := buildConfig.value.getString("build.buildname")
(ThisBuild / buildTimestamp) := Instant.now().getEpochSecond

Expand Down

0 comments on commit ca0c0ce

Please sign in to comment.