From 90234473b6dc0f5c311d0fe278d08218ff03661a Mon Sep 17 00:00:00 2001 From: Julian Mendez Date: Sat, 24 Feb 2024 16:10:27 +0100 Subject: [PATCH] Set version to 0.21.0-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ae0928ad..cc0f5598 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ lazy val scala3_4 = "3.4.0" lazy val commonSettings = Seq( organization := "se.umu.cs.rai.soda", - version := "0.20.0", + version := "0.21.0-SNAPSHOT", description := "Object-oriented functional language to describe, analyze, and model human-centered problems", homepage := Some(url("https://julianmendez.github.io/soda/")), startYear := Some(2020),