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-package-alarms.git


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

commit 63d0798761444a7257adcc87fdc8929d44946802
Author: David Grove <dgrove-...@users.noreply.github.com>
AuthorDate: Thu Feb 16 08:35:27 2023 -0500

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

diff --git a/settings.gradle b/settings.gradle
index cddf43b..6d57d8c 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -20,7 +20,7 @@ include 'tests'
 rootProject.name = 'openwhisk-package-alarms'
 
 gradle.ext.openwhisk = [
-        version: '1.0.0-SNAPSHOT'
+        version: '1.0.1-SNAPSHOT'
 ]
 
 gradle.ext.scala = [

Reply via email to