summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 29988ba..49c7041 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.onap.dmaap.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
- <version>6.0.0-SNAPSHOT</version>
+ <version>6.0.1-SNAPSHOT</version>
<name>zookeeper</name>
<licenses>
<license>
diff --git a/version.properties b/version.properties
index db2fafe..da92029 100644
--- a/version.properties
+++ b/version.properties
@@ -26,7 +26,7 @@
major=6
minor=0
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}