summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Adams <chadams@redhat.com>2022-04-25 12:42:54 -0400
committerGitHub <noreply@github.com>2022-04-25 12:42:54 -0400
commitb667639c2cd79ccdb3896fc73aa74ba62b4d4fc6 (patch)
tree0a7be8b3c407fc5a034dc20e60ce2b1ba4221db9
parentb104478f171a4030c0cd96ef4d99db65bf04dceb (diff)
downloadansible-b667639c2cd79ccdb3896fc73aa74ba62b4d4fc6.tar.gz
Update Ansible release version to v2.12.5.post0. (#77633)
-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 beacf3b607..6baac90146 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.5'
+__version__ = '2.12.5.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Dazed and Confused'