Skip to content

Commit

Permalink
Update DC/OS version to 1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Senthil Kumaran committed Jun 17, 2019
1 parent 8d482de commit a3ff57a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Please follow the [`CHANGES.md` modification guidelines](https://github.com/dcos/dcos/wiki/CHANGES.md-guidelines). Thank you!


## DC/OS 1.12.4 (in development)
## DC/OS 1.12.4 (2019-06-17 CF)

### Notable changes

Expand Down
2 changes: 1 addition & 1 deletion dcos_installer/test_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_version(monkeypatch):
monkeypatch.setenv('BOOTSTRAP_VARIANT', 'some-variant')
version_data = subprocess.check_output(['dcos_installer', '--version']).decode()
assert json.loads(version_data) == {
'version': '1.12.4-dev',
'version': '1.12.4',
'variant': 'some-variant'
}

Expand Down
2 changes: 1 addition & 1 deletion gen/calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import gen.internals


DCOS_VERSION = '1.12.4-dev'
DCOS_VERSION = '1.12.4'

CHECK_SEARCH_PATH = '/opt/mesosphere/bin:/usr/bin:/bin:/sbin'

Expand Down

0 comments on commit a3ff57a

Please sign in to comment.