Skip to content

Commit

Permalink
Increment version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cleishm committed Oct 18, 2022
1 parent 1f8a984 commit 6d3fd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -19,7 +19,7 @@ description = 'A parser for Tom\'s Obvious, Minimal Language (TOML).'
//////
// Version numbering

def versionNumber = '1.0.0'
def versionNumber = '1.1.0'
version = versionNumber + buildTag()

static String buildTag() {
Expand Down

0 comments on commit 6d3fd8c

Please sign in to comment.