Skip to content

Commit

Permalink
bump version to 0.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceWalkerRS committed Mar 31, 2024
1 parent 0d18ce8 commit 87ce14c
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 @@ -7,7 +7,7 @@ plugins {
sourceCompatibility = JavaVersion.VERSION_1_8

def ENV = System.getenv()
version = "0.15.4" + (ENV.GITHUB_ACTIONS ? "" : "+local")
version = "0.15.5" + (ENV.GITHUB_ACTIONS ? "" : "+local")

group = 'net.ornithemc'
archivesBaseName = project.name.toLowerCase()
Expand Down

0 comments on commit 87ce14c

Please sign in to comment.