From 319de992dad10584ce2aa804c6b24bc2163955d0 Mon Sep 17 00:00:00 2001 From: Alexander Koderman Date: Fri, 20 Sep 2024 15:47:56 +0200 Subject: [PATCH] Prepare for release 0.50.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e297ea18f..f4fa26766 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ def continuousIntegrationBuild = rootProject.hasProperty('ci') allprojects { group = 'org.veo' - version = '0.50.0-SNAPSHOT' + version = '0.50.0' apply plugin: "com.diffplug.spotless"