diff --git a/build.sbt b/build.sbt index d0fb954c09e..515280211e6 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,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, 15, 5) + val FallbackVersion = (0, 16, 0) val versionFile = (sourceManaged in Compile).value / "com" / "wavesplatform" / "Version.scala" val versionExtractor = """(\d+)\.(\d+)\.(\d+).*""".r