Skip to content

Commit

Permalink
bump version to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceWalkerRS committed Jul 22, 2024
1 parent 6bb128d commit 90306ee
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.9" + (ENV.GITHUB_ACTIONS ? "" : "+local")
version = "0.16.0" + (ENV.GITHUB_ACTIONS ? "" : "+local")

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

0 comments on commit 90306ee

Please sign in to comment.