summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-06-21 14:40:26 -0400
committerGitHub <noreply@github.com>2022-06-21 11:40:26 -0700
commit271097434bd83a16743fe24501e30c8f64b3275c (patch)
tree86380e3050e4a465101aee0e8b0720582955a209
parent16970567bfc82cb486e7c6b1754df757ad89764d (diff)
downloadansible-271097434bd83a16743fe24501e30c8f64b3275c.tar.gz
set current version to 6 (#78110)
-rw-r--r--docs/docsite/sphinx_conf/ansible_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/sphinx_conf/ansible_conf.py b/docs/docsite/sphinx_conf/ansible_conf.py
index 3c570be993..5e920e4c7c 100644
--- a/docs/docsite/sphinx_conf/ansible_conf.py
+++ b/docs/docsite/sphinx_conf/ansible_conf.py
@@ -32,7 +32,7 @@ sys.path.insert(0, os.path.join('ansible', 'lib'))
# the repository version needs to be the one that is loaded:
sys.path.insert(0, os.path.abspath(os.path.join('..', '..', '..', 'lib')))
-VERSION = 'devel'
+VERSION = '6'
AUTHOR = 'Ansible, Inc'