Skip to content

Commit

Permalink
Bump version to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
glukhman committed Aug 24, 2023
1 parent 24d74b2 commit c512f7d
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.1.6/ga-release/cloudify-cluster-manager-1.1.6-ga.el7.x86_64.rpm
sudo yum install -y http://repository.cloudifysource.org/cloudify/cloudify-cluster-manager/1.1.7/ga-release/cloudify-cluster-manager-1.1.7-ga.el7.x86_64.rpm

# Installing haveged to avoid hanging executions
curl https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm -o epel-release-latest-7.noarch.rpm
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.1.6
export CLOUDIFY_CLUSTER_MANAGER_VERSION=1.1.7
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.1.6',
version='1.1.7',
author='Cloudify',
author_email='[email protected]',
packages=['cfy_cluster_manager'],
Expand Down

0 comments on commit c512f7d

Please sign in to comment.