Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebouchard committed Mar 30, 2024
1 parent 198d9ca commit 18eaa14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.3" /* blang-standalone-compiler-directive - do not edit : EXTRACT_VERSION */
pom.version = "2.18.4" /* blang-standalone-compiler-directive - do not edit : EXTRACT_VERSION */
pom.artifactId = "blangSDK"
pom.groupId = "com.github.UBC-Stat-ML"
}
Expand Down

0 comments on commit 18eaa14

Please sign in to comment.