From 955c1ff5f3efb9a9bd1a5feede60f46d735f1419 Mon Sep 17 00:00:00 2001 From: Darren Wilkinson Date: Sun, 29 Dec 2024 22:42:24 +0000 Subject: [PATCH] version bump to 1.0-SNAPSHOT --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 43f1a65..22d1666 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ name := "scala-glm" organization := "com.github.darrenjw" -version := "0.9" +version := "1.0-SNAPSHOT" scalacOptions ++= Seq( "-unchecked",