From 814b313c9cc7c9b36abd75b057fa39a552f16d0d Mon Sep 17 00:00:00 2001 From: Penghai Date: Mon, 11 Apr 2022 09:31:20 +1000 Subject: [PATCH] build: bump the version to 2022.1.0-Stable --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 02e09536c6..3fad15edf2 100644 --- a/build.sbt +++ b/build.sbt @@ -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