chore(version): bump version number
parent
4e971796b5
commit
2ebf23fe0a
|
@ -57,9 +57,9 @@ author = u'Portainer.io'
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = u'1.10.1'
|
version = u'1.10.2'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = u'1.10.1'
|
release = u'1.10.2'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@ -133,7 +133,7 @@ html_theme = 'alabaster'
|
||||||
# The name for this set of Sphinx documents.
|
# The name for this set of Sphinx documents.
|
||||||
# "<project> v<release> documentation" by default.
|
# "<project> v<release> documentation" by default.
|
||||||
#
|
#
|
||||||
# html_title = u'Portainer v1.10.1'
|
# html_title = u'Portainer v1.10.2'
|
||||||
|
|
||||||
# A shorter title for the navigation bar. Default is the same as html_title.
|
# A shorter title for the navigation bar. Default is the same as html_title.
|
||||||
#
|
#
|
||||||
|
|
|
@ -121,8 +121,8 @@ Download and extract the binary to a location on disk:
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ cd /opt
|
$ cd /opt
|
||||||
$ wget https://github.com/portainer/portainer/releases/download/1.10.1/portainer-1.10.1-linux-amd64.tar.gz
|
$ wget https://github.com/portainer/portainer/releases/download/1.10.2/portainer-1.10.2-linux-amd64.tar.gz
|
||||||
$ tar xvpfz portainer-1.10.1-linux-amd64.tar.gz
|
$ tar xvpfz portainer-1.10.2-linux-amd64.tar.gz
|
||||||
|
|
||||||
Then just use the portainer binary as you would use CLI flags with Docker.
|
Then just use the portainer binary as you would use CLI flags with Docker.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue