Skip to content

Commit

Permalink
Update build.gradle to next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
prestodb-ci committed Feb 20, 2025
1 parent b7c9419 commit f00bb82
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 @@ -113,7 +113,7 @@ ext.tempto_runner = project(':tempto-runner')
ext.tempto_ldap = project(':tempto-ldap')
ext.tempto_kafka = project(':tempto-kafka')
ext.expected_result_generator = project(':expected-result-generator')
ext.tempto_version = '1.54'
ext.tempto_version = '1.55-SNAPSHOT'
ext.tempto_group = "io.prestodb.tempto"
ext.isReleaseVersion = !tempto_version.endsWith("SNAPSHOT")

Expand Down

0 comments on commit f00bb82

Please sign in to comment.