From 196097fb6b7b6b350f2165fd07a39298c633ef50 Mon Sep 17 00:00:00 2001 From: Sergey Nazarov Date: Mon, 13 Dec 2021 17:21:25 +0300 Subject: [PATCH] Version 1.3.11 (Mainnet + Testnet) (#3603) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b811cc6f83c..e82585d55d9 100644 --- a/build.sbt +++ b/build.sbt @@ -118,7 +118,7 @@ inScope(Global)( scalaVersion := "2.13.6", organization := "com.wavesplatform", organizationName := "Waves Platform", - V.fallback := (1, 3, 10), + V.fallback := (1, 3, 11), organizationHomepage := Some(url("https://wavesplatform.com")), licenses := Seq(("MIT", url("https://github.com/wavesplatform/Waves/blob/master/LICENSE"))), scalacOptions ++= Seq(