aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/release-notes.rst2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 4a847776..130821ad 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -5,7 +5,7 @@
Release Notes
=============
-Version: 4.0.4
+Version: 4.0.5
--------------
:Release Date: 2019-06-06
diff --git a/pom.xml b/pom.xml
index 34abce45..6e4fc50a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.clamp</groupId>
<artifactId>clds</artifactId>
- <version>4.0.4-SNAPSHOT</version>
+ <version>4.0.5-SNAPSHOT</version>
<name>clamp</name>
<!-- -->
diff --git a/version.properties b/version.properties
index ab43bfd3..0b6512e4 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=4
minor=0
-patch=4
+patch=5
base_version=${major}.${minor}.${patch}