Bump version to 0.10.0.2-SNAPSHOT

This commit is contained in:
Ismael Juma 2016-08-08 15:48:32 +01:00
parent fa30db135c
commit 5852bb0e4b
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
group=org.apache.kafka
# NOTE: When you change this version number, you should also make sure to update
# the version numbers in tests/kafkatest/__init__.py and kafka-merge-pr.py.
version=0.10.0.1
version=0.10.0.2-SNAPSHOT
scalaVersion=2.10.6
task=build
org.gradle.jvmargs=-XX:MaxPermSize=512m -Xmx1024m -Xss2m

View File

@ -23,4 +23,4 @@
# Instead, in trunk, the version should have a suffix of the form ".devN"
#
# For example, when Kafka is at version 0.9.0.0-SNAPSHOT, this should be something like "0.9.0.0.dev0"
__version__ = '0.10.0.1'
__version__ = '0.10.0.2.dev0'