summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Savineau <dsavinea@redhat.com>2021-09-27 17:32:48 -0400
committerDimitri Savineau <dsavinea@redhat.com>2021-09-27 17:32:48 -0400
commit8669f27d48a8a64a4819dbda9aad7ae99917d9c0 (patch)
tree82ebe11e4f204ec6e9f71c72d313bc71c2a1af64
parentb03f06ba4f3ff12dd3ae2676aa2797d112f780aa (diff)
downloadansible-8669f27d48a8a64a4819dbda9aad7ae99917d9c0.tar.gz
Update Ansible release version to v2.12.0b1.post0.
-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 8fb7c16693..6a473c34c6 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.0b1'
+__version__ = '2.12.0b1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Dazed and Confused'