From 9011b93b722cd9c803375a910be081251f27860b Mon Sep 17 00:00:00 2001 From: Sergey Nazarov Date: Fri, 14 May 2021 16:58:32 +0300 Subject: [PATCH] Version 1.3.4 (Testnet + Stagenet) (#3476) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8a9a0ac247c..c82af7abe33 100644 --- a/build.sbt +++ b/build.sbt @@ -100,7 +100,7 @@ inScope(Global)( scalaVersion := "2.13.3", organization := "com.wavesplatform", organizationName := "Waves Platform", - V.fallback := (1, 3, 3), + V.fallback := (1, 3, 4), 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"))),