diff --git a/settings.gradle b/settings.gradle index 1f9bfc895..9cafbe157 100644 --- a/settings.gradle +++ b/settings.gradle @@ -2,4 +2,4 @@ rootProject.name = 'tanagra' include('service', 'client', 'indexer', 'underlay') // This line needs to match the VERSION_LINE_MATCH regex in the bump-tag-publish GHA. -gradle.ext.tanagraVersion = "0.0.13-SNAPSHOT" \ No newline at end of file +gradle.ext.tanagraVersion = "0.0.14-SNAPSHOT" \ No newline at end of file