diff --git a/docs/source/conf.py b/docs/source/conf.py index 9cd459e7..8bdca94f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -57,9 +57,9 @@ author = u'Portainer.io' # built documents. # # The short X.Y version. -version = u'1.10.0' +version = u'1.10.1' # The full version, including alpha/beta/rc tags. -release = u'1.10.0' +release = u'1.10.1' # 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. # " v documentation" by default. # -# html_title = u'Portainer v1.10.0' +# html_title = u'Portainer v1.10.1' # A shorter title for the navigation bar. Default is the same as html_title. # diff --git a/docs/source/deployment.rst b/docs/source/deployment.rst index 1b4a4393..130aee62 100644 --- a/docs/source/deployment.rst +++ b/docs/source/deployment.rst @@ -110,8 +110,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.10.0/portainer-1.10.0-linux-amd64.tar.gz - $ tar xvpfz portainer-1.10.0-linux-amd64.tar.gz + $ wget https://github.com/portainer/portainer/releases/download/1.10.1/portainer-1.10.1-linux-amd64.tar.gz + $ tar xvpfz portainer-1.10.1-linux-amd64.tar.gz Then just use the portainer binary as you would use CLI flags with Docker.