Skip to content

Commit

Permalink
Bump version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petroav committed Dec 9, 2016
1 parent 613e70c commit 875fb79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation/presto-admin-installation.rst
Expand Up @@ -41,7 +41,7 @@ of the nodes in the cluster.
2. Extract and run the installation script from within the ``prestoadmin`` directory.
::

$ tar xvf prestoadmin-1.5-offline.tar.bz2
$ tar xvf prestoadmin-<version>-offline.tar.bz2
$ cd prestoadmin
$ ./install-prestoadmin.sh

Expand Down
2 changes: 1 addition & 1 deletion prestoadmin/_version.py
Expand Up @@ -15,4 +15,4 @@

# This must be the last line in the file and the format must be maintained
# even when the version is changed
__version__ = '1.5'
__version__ = '2.0'

0 comments on commit 875fb79

Please sign in to comment.