diff --git a/build.sbt b/build.sbt index 93d6a3d1c1..40e1b11a32 100644 --- a/build.sbt +++ b/build.sbt @@ -105,7 +105,7 @@ inScope(Global)( scalaVersion := "2.12.9", organization := "com.wavesplatform", organizationName := "Waves Platform", - V.fallback := (1, 1, 2), + V.fallback := (1, 1, 3), organizationHomepage := Some(url("https://wavesplatform.com")), scmInfo := Some(ScmInfo(url("https://github.com/wavesplatform/Waves"), "git@github.com:wavesplatform/Waves.git", None)), licenses := Seq(("MIT", url("https://github.com/wavesplatform/Waves/blob/master/LICENSE"))),