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


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

commit 1fb83339e34526c3f27f53703b9a9b19d2cf94d5
Author: David Grove <[email protected]>
AuthorDate: Thu Feb 16 08:19:52 2023 -0500

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

diff --git a/settings.gradle b/settings.gradle
index 17fbf8d..4d79abd 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -26,7 +26,7 @@ include 'golang1.20'
 rootProject.name = 'runtime-golang'
 
 gradle.ext.openwhisk = [
-        version: '1.0.0-SNAPSHOT'
+        version: '1.0.1-SNAPSHOT'
 ]
 
 gradle.ext.scala = [

Reply via email to