From 1b4e16859c862000bcac8914a4bffc7556f3605e Mon Sep 17 00:00:00 2001 From: bumptagbot Date: Wed, 18 Jan 2023 14:28:07 +0000 Subject: [PATCH] bump 0.0.22 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index e9f23e3db..4ede12ab4 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.21-SNAPSHOT" \ No newline at end of file +gradle.ext.tanagraVersion = "0.0.22-SNAPSHOT" \ No newline at end of file