Skip to content

Commit

Permalink
build: bump the version to 2025.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PenghaiZhang committed Dec 18, 2024
1 parent 7b98cc4 commit 88d4f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ ThisBuild / assemblyMergeStrategy := {

name := "Equella"

(ThisBuild / equellaMajor) := 2024
(ThisBuild / equellaMinor) := 2
(ThisBuild / equellaMajor) := 2025
(ThisBuild / equellaMinor) := 1
(ThisBuild / equellaPatch) := 0
(ThisBuild / equellaStream) := "Alpha"
(ThisBuild / equellaBuild) := buildConfig.value.getString("build.buildname")
Expand Down

0 comments on commit 88d4f67

Please sign in to comment.