Skip to content

Commit

Permalink
- Adjust install node version to 2.11.0r
Browse files Browse the repository at this point in the history
  • Loading branch information
GardensOfTheMoon authored and padthaitofuhot committed Feb 10, 2021
1 parent eb4cbef commit 77cff08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ui/etc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
---
ui:
name: ECS Community Edition Install Node
version: 2.9.3r
version: 2.11.0r
host_root_dir: /opt/emc/ecs-install
state_file: /opt/state.yml
deploy_file: /opt/deploy.yml
Expand Down
4 changes: 2 additions & 2 deletions ui/etc/release.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ repo_name='emccorp'
image_name='ecs-install'
tag='latest'
ver_maj='2'
ver_min='9'
ver_rev='3'
ver_min='11'
ver_rev='0'
ver_tag='r'
serial=0

Expand Down
2 changes: 1 addition & 1 deletion ui/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='ecsdeploy',
version='2.9.3r',
version='2.11.0r',
packages=find_packages(),
scripts=['ui.py',
'ecsdeploy.py',
Expand Down

0 comments on commit 77cff08

Please sign in to comment.