From f238793db122506c651fb49629c6f57d7df1c91d Mon Sep 17 00:00:00 2001 From: Alexandre Bouchard Date: Fri, 14 Jul 2023 09:32:00 -0700 Subject: [PATCH] Fix versioning --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9cecdfe..c771f9c 100644 --- a/build.gradle +++ b/build.gradle @@ -124,7 +124,7 @@ uploadArchives { mavenDeployer { repository(url: "file:///${System.properties['user.home']}/artifacts/") snapshotRepository(url: "file:///${System.properties['user.home']}/artifacts/") - pom.version = "2.17.8" /* blang-standalone-compiler-directive - do not edit : EXTRACT_VERSION */ + pom.version = "2.18.1" /* blang-standalone-compiler-directive - do not edit : EXTRACT_VERSION */ pom.artifactId = "blangSDK" pom.groupId = "com.github.UBC-Stat-ML" }