Update CLI version to match CM.

The password reset change for cm-container also
changed the version of Cloudify Manager, which
requires a corresponding change to the Cloudify
CLI installed on the bootstrap container.

Issue-ID: DCAEGEN2-1975
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: I8957f48c326c64efe172e31d61008d08116c596e
diff --git a/version.properties b/version.properties
index b292db5..91dd40e 100644
--- a/version.properties
+++ b/version.properties
@@ -1,6 +1,6 @@
 major=2

-minor=0

-patch=4

+minor=1

+patch=0

 base_version=${major}.${minor}.${patch}

 release_version=${base_version}

 snapshot_version=${base_version}-SNAPSHOT