Fix version property error

Change-Id: I98ebad80f0228e04fcd1e8541677254b74d9d05d
Issue-ID: MULTICLOUD-701
Signed-off-by: Bin Yang <bin.yang@windriver.com>
diff --git a/version.properties b/version.properties
index 4c48512..8081980 100644
--- a/version.properties
+++ b/version.properties
@@ -18,8 +18,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=3
-patch=4
+minor=4
+patch=0
 
 base_version=${major}.${minor}.${patch}