File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ cluster network. You can install the package either by using an RPM or by using
4848#### Installing using an RPM
4949Run the following command:
5050``` bash
51- sudo yum install -y http://repository.cloudifysource.org/cloudify/cloudify-cluster-manager/1.1.3 /ga-release/cloudify-cluster-manager-1.1.3 -ga.el7.x86_64.rpm
51+ sudo yum install -y http://repository.cloudifysource.org/cloudify/cloudify-cluster-manager/1.1.4 /ga-release/cloudify-cluster-manager-1.1.4 -ga.el7.x86_64.rpm
5252
5353# Installing haveged to avoid hanging executions
5454sudo yum install -y epel-release
Original file line number Diff line number Diff line change 1- export CLOUDIFY_CLUSTER_MANAGER_VERSION=1.1.3
1+ export CLOUDIFY_CLUSTER_MANAGER_VERSION=1.1.4
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def get_readme_contents():
2828 name = 'cloudify-cluster-manager' ,
2929 long_description = get_readme_contents (),
3030 long_description_content_type = 'text/markdown' ,
31- version = '1.1.3 ' ,
31+ version = '1.1.4 ' ,
3232 author = 'Cloudify' ,
3333 author_email = 'cosmo-admin@cloudify.co' ,
3434 packages = ['cfy_cluster_manager' ],
You can’t perform that action at this time.
0 commit comments