You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2023/02/16 14:10:07 UTC

[openwhisk-runtime-ruby] branch master updated: update core OpenWhisk version (#77)

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


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

commit 4af7e90674b88da513fff3f5536347cf8917a0f8
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Feb 16 09:10:01 2023 -0500

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

diff --git a/settings.gradle b/settings.gradle
index 6b2a6a2..a7ee83f 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -35,7 +35,7 @@ include 'core:ruby2.6ActionLoop'
 rootProject.name = 'runtime-ruby'
 
 gradle.ext.openwhisk = [
-        version: '1.0.0-SNAPSHOT'
+        version: '1.0.1-SNAPSHOT'
 ]
 
 gradle.ext.scala = [