From e075d3d3fd4f95fd63c65cb3aead8df3efc6d9b2 Mon Sep 17 00:00:00 2001 From: John Melati Date: Tue, 11 Feb 2025 02:09:19 +0100 Subject: [PATCH] bump version --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 30c795c..282516c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -92,7 +92,7 @@ fun getNpmVersion(): String { allprojects { group = "com.sphereon.oid.fed" - version = "0.4.16-SNAPSHOT" + version = "0.4.17-SNAPSHOT" val npmVersion by extra { getNpmVersion() } // Common repository configuration for all projects