summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamesmarshall24 <james.marshall@redhat.com>2022-10-11 11:21:00 -0400
committerGitHub <noreply@github.com>2022-10-11 11:21:00 -0400
commit33ed9656c2491bd64b84d9f41c2e42a432b89800 (patch)
treeef04910d317fdf25195863b367896bb04a50b601
parentd412bb245cbd45afe6d7d5ee9630b7b2c28f206f (diff)
downloadansible-33ed9656c2491bd64b84d9f41c2e42a432b89800.tar.gz
Update Ansible release version to v2.14.0b3.post0. (#79100)
-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 9a68c3d973..0cb42f344b 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.14.0b3'
+__version__ = '2.14.0b3.post0'
__author__ = 'Ansible, Inc.'
__codename__ = "C'mon Everybody"