Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 authored Feb 5, 2024
1 parent 83f1209 commit 1c669ac
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 @@ -6,7 +6,7 @@ plugins {
id 'com.github.johnrengelman.shadow' version '8.1.1'
}

version = '0.10.0'
version = '0.10.1'

def ENV = System.getenv()
version = version + (ENV.GITHUB_ACTIONS ? "" : "+local")
Expand Down

0 comments on commit 1c669ac

Please sign in to comment.