Skip to content

Commit

Permalink
Fix bug in version number
Browse files Browse the repository at this point in the history
  • Loading branch information
slacmshankar committed Apr 25, 2024
1 parent e24e24f commit a4ed57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
id("maven-publish")
}

version = '0.0.11'
version = '0.2.0'

java {
toolchain {
Expand Down

0 comments on commit a4ed57f

Please sign in to comment.