From 958be4cb35728a0b02fea83d72207a047db712ae Mon Sep 17 00:00:00 2001 From: Sergey Nazarov Date: Thu, 1 Oct 2020 17:52:50 +0300 Subject: [PATCH] Version 1.2.13 (Mainnet + Testnet + Stagenet) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 2dd12cb5db3..bf4bc926781 100644 --- a/build.sbt +++ b/build.sbt @@ -102,7 +102,7 @@ inScope(Global)( scalaVersion := "2.13.3", organization := "com.wavesplatform", organizationName := "Waves Platform", - V.fallback := (1, 2, 12), + V.fallback := (1, 2, 13), 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"))),