From 3b7afa3d902e7ab74ca2ddb3a44d90ec86cfae37 Mon Sep 17 00:00:00 2001 From: Alexander Gehrke Date: Wed, 21 Sep 2022 15:50:20 +0200 Subject: [PATCH] Versioning for alpha versions is hard --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index f999974..662071b 100644 --- a/build.sc +++ b/build.sc @@ -6,7 +6,7 @@ object copret extends ScalaModule with PublishModule { override def ammoniteVersion = "2.5.3" - def publishVersion = "0.0.1-SNAPSHOT" + def publishVersion = "0.0.2-SNAPSHOT" def pomSettings = PomSettings( description = "Use ammonite scripts for command line presentations", organization = "de.qwertyuiop",