Skip to content
Snippets Groups Projects
Commit 2f1eb2a9 authored by Michael Leuschel's avatar Michael Leuschel
Browse files

bump parser version to 2.9.28

parent 42f4b4b0
No related branches found
No related tags found
No related merge requests found
......@@ -31,10 +31,10 @@ configurations.all {
def parser_version
if (isSnapshot) {
parser_version = '2.9.28-SNAPSHOT'
parser_version = '2.9.29-SNAPSHOT'
}
else {
parser_version = '2.9.27'
parser_version = '2.9.28'
}
def tlatools_version = '1.0.2'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment