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 <[email protected]>
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 = [

Reply via email to