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-rust.git
The following commit(s) were added to refs/heads/master by this push:
new 850d3fb update core OpenWhisk version (#43)
850d3fb is described below
commit 850d3fb970b9a12277ba658a5be7c6db9bc7e669
Author: David Grove <[email protected]>
AuthorDate: Thu Feb 16 08:22:16 2023 -0500
update core OpenWhisk version (#43)
---
settings.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.gradle b/settings.gradle
index 0d49158..4656869 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -21,7 +21,7 @@ include 'core:rust1.34'
rootProject.name = 'runtime-rust'
gradle.ext.openwhisk = [
- version: '1.0.0-SNAPSHOT'
+ version: '1.0.1-SNAPSHOT'
]
gradle.ext.scala = [