X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=validators%2Fsrc%2FVersionValidation.py;h=5bdff9c275de6f7c7dca3a0d3951a844c0294ecf;hb=0af8612e463d2682d6261485263e3a43830913fc;hp=813cf0226854de4c1b4b28c6c655c6490ce2668c;hpb=69a3689dc1dbec809f9af555f54e971e8b48bc1f;p=ta%2Fcm-plugins.git diff --git a/validators/src/VersionValidation.py b/validators/src/VersionValidation.py index 813cf02..5bdff9c 100644 --- a/validators/src/VersionValidation.py +++ b/validators/src/VersionValidation.py @@ -22,10 +22,10 @@ from cmdatahandlers.api import validation class VersionValidation(cmvalidator.CMValidator): domain = 'cloud.version' - version = [2, 0, 3] + version = [2, 0, 5] # Should be same as 'version' in release build - devel_version = [2, 0, 3] + devel_version = [2, 0, 5] # Example: # {1: 'This is the first change requiring new template version (1.1.0)',