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 20:40:36 UTC

[openwhisk-package-kafka] 01/01: update core OpenWhisk version

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

commit bf47d0c4c425900ce5784da7575dc9bcd29923a9
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Tue Feb 14 15:40:31 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 649cb0a..dbbe899 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -20,7 +20,7 @@ include 'tests'
 rootProject.name = 'openwhisk-package-kafka'
 
 gradle.ext.openwhisk = [
-        version: '1.0.0-SNAPSHOT'
+        version: '1.0.1-SNAPSHOT'
 ]
 
 gradle.ext.scala = [