chore(version): bump version number

This commit is contained in:
Anthony Lapenna
2017-07-17 16:06:30 +02:00
parent ec135d2d0c
commit d6f5af2457
2 changed files with 5 additions and 5 deletions

View File

@@ -57,9 +57,9 @@ author = u'Portainer.io'
# built documents.
#
# The short X.Y version.
version = u'1.13.5'
version = u'1.13.6'
# The full version, including alpha/beta/rc tags.
release = u'1.13.5'
release = u'1.13.6'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -133,7 +133,7 @@ html_theme = 'alabaster'
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = u'Portainer v1.13.5'
# html_title = u'Portainer v1.13.6'
# A shorter title for the navigation bar. Default is the same as html_title.
#

View File

@@ -173,8 +173,8 @@ Download and extract the binary to a location on disk:
.. code-block:: bash
$ cd /opt
$ wget https://github.com/portainer/portainer/releases/download/1.13.5/portainer-1.13.5-linux-amd64.tar.gz
$ tar xvpfz portainer-1.13.5-linux-amd64.tar.gz
$ wget https://github.com/portainer/portainer/releases/download/1.13.6/portainer-1.13.6-linux-amd64.tar.gz
$ tar xvpfz portainer-1.13.6-linux-amd64.tar.gz
Then just use the portainer binary as you would use CLI flags with Docker.