Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
deadblackclover committed Oct 30, 2019
1 parent 1d9306e commit d0e2298
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 @@ -28,7 +28,7 @@ lazy val versionSourceTask = (path: String) =>
// 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, 1)
val FallbackVersion = (1, 0, 3)

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

0 comments on commit d0e2298

Please sign in to comment.