From 24456546bc54d8526617243d837f37433e543796 Mon Sep 17 00:00:00 2001 From: peterz Date: Thu, 6 Sep 2018 11:36:25 +0300 Subject: [PATCH] Version 0.14.3 (testnet only) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 92483ed8217..b34a52d3343 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ val versionSource = Def.task { // 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 = (0, 14, 2) + val FallbackVersion = (0, 14, 3) val versionFile = (sourceManaged in Compile).value / "com" / "wavesplatform" / "Version.scala" val versionExtractor = """(\d+)\.(\d+)\.(\d+).*""".r