~jan0sch/smederee

Showing details for patch b1ee8c38f565e8d0205f22fca1b9090370603e62.
2024-02-01 (Thu), 7:13 PM - Jens Grassel - b1ee8c38f565e8d0205f22fca1b9090370603e62

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	2025-01-13 05:33:16.933197027 +0000
+++ new-smederee/build.sbt	2025-01-13 05:33:16.933197027 +0000
@@ -20,7 +20,7 @@
         scalaVersion     := "3.3.1",
         organization     := "de.smederee",
         organizationName := "Contributors as noted in the AUTHORS.md file",
-        version          := "0.10.0-SNAPSHOT",
+        version          := "0.11.0-SNAPSHOT",
         scalacOptions ++= Seq(
             "-deprecation",
             "-explain",