summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamesmarshall24 <james.marshall@redhat.com>2022-08-15 16:13:21 -0400
committerGitHub <noreply@github.com>2022-08-15 16:13:21 -0400
commit7f711a736d3a2a95b7bac037750efa8ea88d13ca (patch)
treefe92837398ceecd4f5907013af7c2c76c02cf030
parentc3e329f56501edf48b41cc06628b07fe1f63bf4e (diff)
downloadansible-7f711a736d3a2a95b7bac037750efa8ea88d13ca.tar.gz
Update Ansible release version to v2.12.8.post0. (#78546)
-rw-r--r--lib/ansible/release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 065fbe1232..bbc4bce416 100644
--- a/lib/ansible/release.py
+++ b/lib/ansible/release.py
@@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
-__version__ = '2.12.8'
+__version__ = '2.12.8.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Dazed and Confused'