~jan0sch/smederee

Showing details for patch 0910ea0eea67b0bc4ff0f7e13a1fe3749bca0761.
2024-05-29 (Wed), 9:41 AM - Jens Grassel - 0910ea0eea67b0bc4ff0f7e13a1fe3749bca0761

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-11 19:43:02.773988058 +0000
+++ new-smederee/build.sbt	2025-01-11 19:43:02.773988058 +0000
@@ -13,7 +13,7 @@
         scalaVersion     := "3.3.3",
         organization     := "de.smederee",
         organizationName := "Contributors as noted in the AUTHORS.md file",
-        version          := "0.12.1",
+        version          := "0.13.0-SNAPSHOT",
         scalacOptions ++= Seq(
             "-deprecation",
             "-explain",