Skip to content

Commit

Permalink
1.1.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Madda committed Apr 12, 2022
1 parent c03768c commit 88ade6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cluster network. You can install the package either by using an RPM or by using
#### Installing using an RPM
Run the following command:
```bash
sudo yum install -y http://repository.cloudifysource.org/cloudify/cloudify-cluster-manager/1.0.17/ga-release/cloudify-cluster-manager-1.0.17-ga.el7.x86_64.rpm
sudo yum install -y http://repository.cloudifysource.org/cloudify/cloudify-cluster-manager/1.1.0/ga-release/cloudify-cluster-manager-1.1.0-ga.el7.x86_64.rpm

# Installing haveged to avoid hanging executions
sudo yum install -y epel-release
Expand Down
2 changes: 1 addition & 1 deletion packaging/version_info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export CLOUDIFY_CLUSTER_MANAGER_VERSION=1.0.17
export CLOUDIFY_CLUSTER_MANAGER_VERSION=1.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_readme_contents():
name='cloudify-cluster-manager',
long_description=get_readme_contents(),
long_description_content_type='text/markdown',
version='1.0.17',
version='1.1.0',
author='Cloudify',
author_email='[email protected]',
packages=['cfy_cluster_manager'],
Expand Down

0 comments on commit 88ade6c

Please sign in to comment.