From b626b46b04ff79e61f0194470746b5de790aa8b7 Mon Sep 17 00:00:00 2001 From: Nikos Papailiou Date: Thu, 6 Feb 2025 16:21:23 +0200 Subject: [PATCH] Remove snapshot annotation --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5982050..8cb838c 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ apply plugin: 'java' apply plugin: 'com.diffplug.spotless' group 'io.tiledb' -version = '0.5.0-SNAPSHOT' +version = '0.5.0' repositories { mavenCentral()