Skip to content

Commit

Permalink
Version 0.14.3 (testnet only)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterz committed Sep 6, 2018
1 parent ea548ca commit 2445654
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 @@ -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
Expand Down

0 comments on commit 2445654

Please sign in to comment.