From cbfa78f8b2421954e2aabc93a878c0fbcf11a4e1 Mon Sep 17 00:00:00 2001 From: lloydmeta Date: Sun, 12 Nov 2023 13:59:58 +0900 Subject: [PATCH 1/2] 2.0 release Signed-off-by: lloydmeta --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index bc24718..7722a6d 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -lazy val theVersion = "2.0-SNAPSHOT" +lazy val theVersion = "2.0" lazy val theScalaVersion = "2.13.12" lazy val root = Project(id = "root", base = file(".")) From 9fd64bfc7fd35dfd66cad93de8ac3fe6ed9f03bb Mon Sep 17 00:00:00 2001 From: lloydmeta Date: Sun, 12 Nov 2023 14:00:13 +0900 Subject: [PATCH 2/2] 2.1-SNAPSHOT begins Signed-off-by: lloydmeta --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7722a6d..2ffc74a 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -lazy val theVersion = "2.0" +lazy val theVersion = "2.1-SNAPSHOT" lazy val theScalaVersion = "2.13.12" lazy val root = Project(id = "root", base = file("."))