From 8c8890f83deca43a9263bddb5bfe43f473c65a09 Mon Sep 17 00:00:00 2001 From: bumptagbot Date: Mon, 24 Jul 2023 12:53:06 +0000 Subject: [PATCH] bump 0.0.160 --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 781b54e45..b7bab73fa 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.159-SNAPSHOT" \ No newline at end of file +gradle.ext.tanagraVersion = "0.0.160-SNAPSHOT" \ No newline at end of file