summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Adams <chadams@redhat.com>2022-03-01 09:48:55 -0500
committerGitHub <noreply@github.com>2022-03-01 09:48:55 -0500
commita90ef3028249f29273a9d212e7c05f48ff9ca513 (patch)
tree593dafc99cc3967ad7ae8ffc034dd018786b7592
parentb801ef15c9adbbf88233cb376ec7e1dfe908c9fd (diff)
downloadansible-a90ef3028249f29273a9d212e7c05f48ff9ca513.tar.gz
Update Ansible release version to v2.12.3.post0. (#77161)
-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 078520dc46..7e57ed378a 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.3'
+__version__ = '2.12.3.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Dazed and Confused'