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-runtime-docker.git
The following commit(s) were added to refs/heads/master by this push:
new 6fb9881 update core OpenWhisk version (#98)
6fb9881 is described below
commit 6fb988145973cf64ca889a36c3219b90f85be2b7
Author: David Grove <[email protected]>
AuthorDate: Thu Feb 16 08:33:39 2023 -0500
update core OpenWhisk version (#98)
---
settings.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.gradle b/settings.gradle
index 8eff1bf..2412c3e 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -26,7 +26,7 @@ include 'tests:dat:blackbox:badproxy'
rootProject.name = 'runtime-docker'
gradle.ext.openwhisk = [
- version: '1.0.0-SNAPSHOT'
+ version: '1.0.1-SNAPSHOT'
]
gradle.ext.scala = [