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 13:20:53 UTC

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

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


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

commit 6edd22340c777b4ac4312df3158f680f6ad48fdf
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Feb 16 08:20:48 2023 -0500

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

diff --git a/settings.gradle b/settings.gradle
index b549ad5..39ca43a 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -21,7 +21,7 @@ include 'deno1.3.0'
 rootProject.name = 'openwhisk-runtime-deno'
 
 gradle.ext.openwhisk = [
-        version: '1.0.0-SNAPSHOT'
+        version: '1.0.1-SNAPSHOT'
 ]
 
 gradle.ext.scala = [