diff --git a/docs/installation.rst b/docs/installation.rst index 3ed27cd..8318868 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -277,7 +277,7 @@ The following options in the ``gravity`` section of ``galaxy.yml`` can be used t # enable: false # gx-it-proxy version - # version: '>=0.0.5' + # version: '>=0.0.6' # Public-facing IP of the proxy # ip: localhost diff --git a/gravity/settings.py b/gravity/settings.py index 0cff96b..6e3eda4 100644 --- a/gravity/settings.py +++ b/gravity/settings.py @@ -10,7 +10,7 @@ from pydantic import BaseModel, BaseSettings, Extra, Field, validator DEFAULT_INSTANCE_NAME = "_default_" -GX_IT_PROXY_MIN_VERSION = "0.0.5" +GX_IT_PROXY_MIN_VERSION = "0.0.6" def none_to_default(cls, v, field):