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/16 13:34:16 UTC

[openwhisk-catalog] branch master updated: update core OpenWhisk version (#327)

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


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

commit 2692bcfbe139e94e976fff81259a74183f1cda74
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Feb 16 08:34:10 2023 -0500

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

diff --git a/settings.gradle b/settings.gradle
index 996b39b..bab2cf6 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -20,7 +20,7 @@ include 'tests'
 rootProject.name = 'openwhisk-catalog'
 
 gradle.ext.openwhisk = [
-        version: '1.0.0-SNAPSHOT'
+        version: '1.0.1-SNAPSHOT'
 ]
 
 gradle.ext.scala = [