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-dotnet.git
commit bea4cac7f534d505ae871f325dc439e454d7be9e Author: David Grove <[email protected]> AuthorDate: Tue Feb 14 15:39:07 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 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 = [
