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 21:12:29 UTC

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

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


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

commit 54b09c573a1e79a7a010d2148808db704466403c
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Tue Feb 14 16:12:23 2023 -0500

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

diff --git a/settings.gradle b/settings.gradle
index 1abbfcb..77907f0 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -28,7 +28,7 @@ include ':core:net6.0:proxy'
 rootProject.name = 'runtime-dotnet'
 
 gradle.ext.openwhisk = [
-        version: '1.0.0-SNAPSHOT'
+        version: '1.0.1-SNAPSHOT'
 ]
 
 gradle.ext.scala = [