Merge "Revert "Add validation for performance tuning""
[ta/cm-plugins.git] / validators / src / VersionValidation.py
index 5bdff9c..2fa73f3 100644 (file)
@@ -22,10 +22,10 @@ from cmdatahandlers.api import validation
 
 class VersionValidation(cmvalidator.CMValidator):
     domain = 'cloud.version'
-    version = [2, 0, 5]
+    version = [2, 0, 4]
 
     # Should be same as 'version' in release build
-    devel_version = [2, 0, 5]
+    devel_version = [2, 0, 4]
 
     # Example:
     # {1: 'This is the first change requiring new template version (1.1.0)',