From d0e2298e9a761ca699f482675b7d540a0da08850 Mon Sep 17 00:00:00 2001 From: DEADBLACKCLOVER Date: Wed, 30 Oct 2019 13:03:49 +0700 Subject: [PATCH] Bump version --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 61b08e2..f09d381 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ lazy val versionSourceTask = (path: String) => // Please, update the fallback version every major and minor releases. // This version is used then building from sources without Git repository // In case of not updating the version nodes build from headless sources will fail to connect to newer versions - val FallbackVersion = (1, 0, 1) + val FallbackVersion = (1, 0, 3) val versionFile = sourceManaged.value / "com" / "acrylplatform" / "Version.scala" val versionExtractor = """(\d+)\.(\d+)\.(\d+).*""".r