This is an automated email from the ASF dual-hosted git repository.
akrabat pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-php.git
The following commit(s) were added to refs/heads/master by this push:
new bfc5769 update core OpenWhisk version (#129)
bfc5769 is described below
commit bfc5769684f42a17000a2b962beb909fac8b8d95
Author: David Grove <[email protected]>
AuthorDate: Wed Feb 15 06:37:21 2023 -0500
update core OpenWhisk version (#129)
---
settings.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.gradle b/settings.gradle
index b9fe9a5..7340010 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -24,7 +24,7 @@ include 'core:php8.1Action'
rootProject.name = 'runtime-php'
gradle.ext.openwhisk = [
- version: '1.0.0-SNAPSHOT'
+ version: '1.0.1-SNAPSHOT'
]
gradle.ext.scala = [