Updated Branches: refs/heads/master 2f345c5b4 -> 10f951601
cloudmonkey: Bump up version of cloudmonkey to 4.2.xx Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1a058d77 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1a058d77 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1a058d77 Branch: refs/heads/master Commit: 1a058d77939819ef8a00130064bfb9ca4f108ebe Parents: 2f345c5 Author: Rohit Yadav <[email protected]> Authored: Sun Jun 16 18:33:34 2013 +0530 Committer: Rohit Yadav <[email protected]> Committed: Sun Jun 16 18:33:34 2013 +0530 ---------------------------------------------------------------------- tools/cli/cloudmonkey/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1a058d77/tools/cli/cloudmonkey/config.py ---------------------------------------------------------------------- diff --git a/tools/cli/cloudmonkey/config.py b/tools/cli/cloudmonkey/config.py index aaf97eb..36f7e77 100644 --- a/tools/cli/cloudmonkey/config.py +++ b/tools/cli/cloudmonkey/config.py @@ -18,7 +18,7 @@ # Use following rules for versioning: # <cloudstack version>-<cli increment, starts from 0> -__version__ = "4.1.0-0" +__version__ = "4.2.0-0" __description__ = "Command Line Interface for Apache CloudStack" __maintainer__ = "Rohit Yadav" __maintaineremail__ = "[email protected]"
