Skip to content

Commit

Permalink
Version 0.14.5 (Mainnet + Testnet)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterz committed Sep 26, 2018
1 parent fb0966c commit 2abc75a
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, 4)
val FallbackVersion = (0, 14, 5)

val versionFile = (sourceManaged in Compile).value / "com" / "wavesplatform" / "Version.scala"
val versionExtractor = """(\d+)\.(\d+)\.(\d+).*""".r
Expand Down

0 comments on commit 2abc75a

Please sign in to comment.