Skip to content

Commit

Permalink
Version 0.16.0 (Testnet only)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterz committed Feb 12, 2019
1 parent b4f2897 commit caaa8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit caaa8f5

Please sign in to comment.