Skip to content

Commit

Permalink
Fix to bump the CORRECT snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-J-Mason committed Feb 25, 2024
1 parent 0ebce61 commit c9ddb6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'io.edpn.backend'
version = '0.0.5-SNAPSHOT'
version = '0.0.6-SNAPSHOT'
compileJava.options.encoding = 'UTF-8'

java {
Expand All @@ -32,7 +32,7 @@ repositories {
}

ext {
backendUtilVersion = '0.0.4-SNAPSHOT'
backendUtilVersion = '0.0.3-SNAPSHOT'
jacksonVersion = '2.14.2'
junitJupiterVersion = "5.9.3"
}
Expand Down

0 comments on commit c9ddb6e

Please sign in to comment.