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