From 8162ec2cb6f6ddfd1bdec0aa692675dec808f57f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Manciot?= Date: Thu, 3 Sep 2026 13:32:48 +0200 Subject: [PATCH] chore(build): update version to 0.22.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6a4f6aa3..082aba83 100644 --- a/build.sbt +++ b/build.sbt @@ -20,7 +20,7 @@ ThisBuild / organization := "app.softnetwork" name := "softclient4es" -ThisBuild / version := "0.22.0-SNAPSHOT" +ThisBuild / version := "0.22.0" ThisBuild / scalaVersion := scala213