Skip to content

Commit

Permalink
Bump patch version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofpu committed Feb 23, 2024
1 parent a73af54 commit 3e1225a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ allprojects {
}

group = "io.tofpu.speedbridge2"
version = "1.1.3-" + "git rev-parse --short=8 HEAD".runCommand(rootDir)
version = "1.1.4-" + "git rev-parse --short=8 HEAD".runCommand(rootDir)

repositories {
mavenLocal()
Expand Down

0 comments on commit 3e1225a

Please sign in to comment.