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-kafka.git
The following commit(s) were added to refs/heads/master by this push:
new bb7710e update core OpenWhisk version (#387)
bb7710e is described below
commit bb7710e576c510a677272adb86e88c63c462fdef
Author: David Grove <[email protected]>
AuthorDate: Thu Feb 16 09:09:34 2023 -0500
update core OpenWhisk version (#387)
---
settings.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.gradle b/settings.gradle
index 649cb0a..dbbe899 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -20,7 +20,7 @@ include 'tests'
rootProject.name = 'openwhisk-package-kafka'
gradle.ext.openwhisk = [
- version: '1.0.0-SNAPSHOT'
+ version: '1.0.1-SNAPSHOT'
]
gradle.ext.scala = [