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

cmccabe pushed a commit to branch 2.1
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/2.1 by this push:
     new 1a401dd  MINOR: Fix more places where the version should be bumped 
from 2.1.0 -> 2.1.1 (#6230)
1a401dd is described below

commit 1a401ddfac49db0e7f0e7d38714e133ebc132031
Author: Colin Patrick McCabe <co...@cmccabe.xyz>
AuthorDate: Tue Feb 5 09:36:22 2019 -0800

    MINOR: Fix more places where the version should be bumped from 2.1.0 -> 
2.1.1 (#6230)
---
 docs/js/templateData.js | 2 +-
 kafka-merge-pr.py       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/js/templateData.js b/docs/js/templateData.js
index eae0b30..f65e2af 100644
--- a/docs/js/templateData.js
+++ b/docs/js/templateData.js
@@ -19,6 +19,6 @@ limitations under the License.
 var context={
     "version": "21",
     "dotVersion": "2.1",
-    "fullDotVersion": "2.1.0",
+    "fullDotVersion": "2.1.1",
     "scalaVersion": "2.11"
 };
diff --git a/kafka-merge-pr.py b/kafka-merge-pr.py
index e6b9a55..925b646 100755
--- a/kafka-merge-pr.py
+++ b/kafka-merge-pr.py
@@ -70,7 +70,7 @@ TEMP_BRANCH_PREFIX = "PR_TOOL"
 
 DEV_BRANCH_NAME = "trunk"
 
-DEFAULT_FIX_VERSION = os.environ.get("DEFAULT_FIX_VERSION", "2.1.0")
+DEFAULT_FIX_VERSION = os.environ.get("DEFAULT_FIX_VERSION", "2.1.1")
 
 def get_json(url):
     try:

Reply via email to