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-python.git


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

commit 9d0d574c0aa8e99a6680ce017025a2b6d10cbd63
Author: David Grove <[email protected]>
AuthorDate: Thu Feb 16 08:34:42 2023 -0500

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

diff --git a/settings.gradle b/settings.gradle
index 5cdc665..cc3e542 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -25,7 +25,7 @@ include 'core:python310Action'
 rootProject.name = 'runtime-python'
 
 gradle.ext.openwhisk = [
-        version: '1.0.0-SNAPSHOT'
+        version: '1.0.1-SNAPSHOT'
 ]
 
 gradle.ext.scala = [

Reply via email to