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/14 20:38:44 UTC

[openwhisk-runtime-ruby] branch dgrove-oss-patch-1 created (now 3345605)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a change to branch dgrove-oss-patch-1
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-ruby.git


      at 3345605  update core OpenWhisk version

This branch includes the following new commits:

     new 3345605  update core OpenWhisk version

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[openwhisk-runtime-ruby] 01/01: update core OpenWhisk version

Posted by dg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch dgrove-oss-patch-1
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-ruby.git

commit 3345605ce52dde6d41e837e289422f3f6632ea99
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Tue Feb 14 15:38:39 2023 -0500

    update core OpenWhisk version
---
 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 = [