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