From 71fc2c91ad465e1da3fd49de924fe01e59c684ac Mon Sep 17 00:00:00 2001 From: Jonas Date: Sun, 14 Jul 2019 13:11:00 +0200 Subject: [PATCH] Update version number to 0.2.1-prealpha --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index af0f91b9..307b300c 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ // --------------------------------------------------------------------------------------------------------------------- name := "ChatOverflow" -version := "0.2" +version := "0.2.1" mainClass := Some("org.codeoverflow.chatoverflow.Launcher") // One version for all sub projects. Use "retrieveManaged := true" to download and show all library dependencies.