Skip to content

Commit b1ae12d

Browse files
committed
Bump version to 0.11.0.0
1 parent 5b35121 commit b1ae12d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
group=org.apache.kafka
1717
# NOTE: When you change this version number, you should also make sure to update
1818
# the version numbers in tests/kafkatest/__init__.py and kafka-merge-pr.py.
19-
version=0.11.0.0-SNAPSHOT
19+
version=0.11.0.0
2020
scalaVersion=2.11.11
2121
task=build
2222
org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx1024m -Xss2m

tests/kafkatest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# Instead, in development branches, the version should have a suffix of the form ".devN"
2323
#
2424
# For example, when Kafka is at version 0.9.0.0-SNAPSHOT, this should be something like "0.9.0.0.dev0"
25-
__version__ = '0.11.0.0.dev0'
25+
__version__ = '0.11.0.0'

0 commit comments

Comments
 (0)