Skip to content

Commit

Permalink
Tagging 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcashman committed Aug 5, 2021
1 parent 2d41490 commit 6bcaa8d
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 @@ -48,7 +48,7 @@ def mavenProjects() {
subprojects.findAll { !it.name.contains('antlr') }
}

def projectVersion = '1.9.2';
def projectVersion = '1.9.3';

def docProjects() {
subprojects.findAll { !it.name.contains('gradle') && !it.name.contains('antlr') }
Expand Down

0 comments on commit 6bcaa8d

Please sign in to comment.