This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-package-cloudant.git


The following commit(s) were added to refs/heads/master by this push:
     new 12865b9  update core OpenWhisk version (#235)
12865b9 is described below

commit 12865b9da8d4280c3a8059173c5f8147a3039aae
Author: David Grove <[email protected]>
AuthorDate: Thu Feb 16 08:35:06 2023 -0500

    update core OpenWhisk version (#235)
---
 settings.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.gradle b/settings.gradle
index 85b3e5b..9212c65 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -20,7 +20,7 @@ include 'tests'
 rootProject.name = 'openwhisk-package-cloudant'
 
 gradle.ext.openwhisk = [
-        version: '1.0.0-SNAPSHOT'
+        version: '1.0.1-SNAPSHOT'
 ]
 
 gradle.ext.scala = [

Reply via email to