Skip to content

Commit

Permalink
build: bump the version to 2022.1.0-Stable
Browse files Browse the repository at this point in the history
  • Loading branch information
PenghaiZhang committed Apr 10, 2022
1 parent bb1b564 commit 814b313
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 @@ -124,7 +124,7 @@ name := "Equella"
(ThisBuild / equellaMajor) := 2022
(ThisBuild / equellaMinor) := 1
(ThisBuild / equellaPatch) := 0
(ThisBuild / equellaStream) := "RC1"
(ThisBuild / equellaStream) := "Stable"
(ThisBuild / equellaBuild) := buildConfig.value.getString("build.buildname")
(ThisBuild / buildTimestamp) := Instant.now().getEpochSecond

Expand Down

0 comments on commit 814b313

Please sign in to comment.