You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2020/04/17 02:13:12 UTC

[incubator-heron] 01/01: update version map

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

joshfischer pushed a commit to branch joshfischer/bazel-3-docs
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit d25a7b9927c146a36a491a76cc202475799ee6c2
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Thu Apr 16 21:12:51 2020 -0500

    update version map
---
 website2/website/scripts/replace.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website2/website/scripts/replace.js b/website2/website/scripts/replace.js
index 1c58625..ea5a9b0 100755
--- a/website2/website/scripts/replace.js
+++ b/website2/website/scripts/replace.js
@@ -38,7 +38,7 @@ const bazelVersions = {
     '0.20.0-incubating': '0.14.1',
     '0.20.1-incubating': '0.26.0',
     '0.20.2-incubating': '0.26.0',
-    'latest': '3.0.0',
+    'next': '3.0.0',
 }
 
 function replaceBazel(version) {