You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ja...@apache.org on 2019/05/28 08:57:13 UTC

[incubator-openwhisk-release] branch master updated: Adding rc2 of Node.js runtime v14 (#282)

This is an automated email from the ASF dual-hosted git repository.

jamesthomas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-release.git


The following commit(s) were added to refs/heads/master by this push:
     new b1f8748  Adding rc2 of Node.js runtime v14 (#282)
b1f8748 is described below

commit b1f874823a10aac2d2ac85ce1d8959c22e9e9719
Author: James Thomas <ja...@jamesthom.as>
AuthorDate: Tue May 28 09:57:09 2019 +0100

    Adding rc2 of Node.js runtime v14 (#282)
---
 tools/config.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/config.json b/tools/config.json
index e0b8918..49761d6 100644
--- a/tools/config.json
+++ b/tools/config.json
@@ -5,13 +5,13 @@
   "release_url": "https://dist.apache.org/repos/dist/release/incubator/openwhisk",
   "versioning": {
     "version": "1.14.0-incubating",
-    "pre_release_version": "rc1"
+    "pre_release_version": "rc2"
   },
   "RepoList": [
     "openwhisk-runtime-nodejs"
   ],
   "openwhisk_runtime_nodejs": {
-    "hash": "3bf5268",
+    "hash": "14d2af8",
     "repository": "https://github.com/apache/incubator-openwhisk-runtime-nodejs.git",
     "branch": "master"
   }