From 4599400e43c91c02fa24801304f1cff704609c76 Mon Sep 17 00:00:00 2001 From: Penghai Date: Thu, 24 Aug 2023 10:01:58 +1000 Subject: [PATCH] build: set version to 'Stable' --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 398e99a312..28afe552f3 100644 --- a/build.sbt +++ b/build.sbt @@ -125,7 +125,7 @@ name := "Equella" (ThisBuild / equellaMajor) := 2023 (ThisBuild / equellaMinor) := 1 (ThisBuild / equellaPatch) := 0 -(ThisBuild / equellaStream) := "RC" +(ThisBuild / equellaStream) := "Stable" (ThisBuild / equellaBuild) := buildConfig.value.getString("build.buildname") (ThisBuild / buildTimestamp) := Instant.now().getEpochSecond