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:31:06 UTC

[openwhisk-runtime-java] branch master updated: update core OpenWhisk version (#148)

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


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

commit ff192235fa12ecd92a5cd9b2cd8131356f1b0276
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Feb 16 08:31:00 2023 -0500

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

diff --git a/settings.gradle b/settings.gradle
index 4f905dd..8bfaf8e 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -24,7 +24,7 @@ include 'core:java8actionloop'
 rootProject.name = 'runtime-java'
 
 gradle.ext.openwhisk = [
-        version: '1.0.0-SNAPSHOT'
+        version: '1.0.1-SNAPSHOT'
 ]
 
 gradle.ext.scala = [