From 046a508b22c496e9dcedf450138317b85ed446ea Mon Sep 17 00:00:00 2001 From: Sergey Nazarov <snazarov@web3tech.ru> Date: Thu, 21 May 2020 16:11:18 +0300 Subject: [PATCH] Version 1.2.5 (Stagenet) (#3119) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cb5811f48ab..ce678a83e29 100644 --- a/build.sbt +++ b/build.sbt @@ -108,7 +108,7 @@ inScope(Global)( scalaVersion := "2.12.9", organization := "com.wavesplatform", organizationName := "Waves Platform", - V.fallback := (1, 2, 4), + V.fallback := (1, 2, 5), 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"))),