~jan0sch/smederee

Showing details for patch ae427e9b04e98ef20352cc8f2dfed64115bd0ffe.
2024-04-18 (Thu), 2:20 PM - Jens Grassel - ae427e9b04e98ef20352cc8f2dfed64115bd0ffe

Set version to next SNAPSHOT version.

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt
--- old-smederee/build.sbt	2024-05-02 09:08:57.466004970 +0000
+++ new-smederee/build.sbt	2024-05-02 09:08:57.466004970 +0000
@@ -20,7 +20,7 @@
         scalaVersion     := "3.3.3",
         organization     := "de.smederee",
         organizationName := "Contributors as noted in the AUTHORS.md file",
-        version          := "0.12.0",
+        version          := "0.13.0-SNAPSHOT",
         scalacOptions ++= Seq(
             "-deprecation",
             "-explain",