From 9ec6410761c0cf1ba4ef7ac4c2266133b36d622c Mon Sep 17 00:00:00 2001 From: Michal Ciesielczyk Date: Wed, 25 Jan 2023 19:26:38 +0100 Subject: [PATCH] Bump version --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 15b4aae..9913f81 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import sbt.Keys.excludeDependencies -ThisBuild / version := "0.2.0-SNAPSHOT" +ThisBuild / version := "0.3.0-SNAPSHOT" ThisBuild / scalaVersion := "2.11.12"