Skip to content

Commit

Permalink
Merge pull request #1341 from wavesplatform/fix-version
Browse files Browse the repository at this point in the history
Fallback version set to 0.14.0
  • Loading branch information
alexeykiselev authored Jul 24, 2018
2 parents 43f7e2d + 4f560cb commit d3ed8a7
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 = (1, 0, 0)
val FallbackVersion = (0, 14, 0)

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

0 comments on commit d3ed8a7

Please sign in to comment.