aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 35e7db1..3dc89b2 100644
--- a/build.sbt
+++ b/build.sbt
@@ -2,7 +2,7 @@ name := "fibers"
mainClass in Compile := None
inThisBuild(Seq(
- version := "0.1.0-SNAPSHOT",
+ version := "0.1.0",
organization := "eu.mulk",
run / fork := true,