diff options
author | jamesmarshall24 <james.marshall@redhat.com> | 2022-04-18 14:51:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-18 14:51:46 -0700 |
commit | 3ea4cdaddf9fc5d550b50d0d9b19ab1e9f33c697 (patch) | |
tree | adf94d038743edbfcc225648cd01475867ccb903 | |
parent | e3ee19fbb8e10606cb41aa57fa3a267a45459bfc (diff) | |
download | ansible-3ea4cdaddf9fc5d550b50d0d9b19ab1e9f33c697.tar.gz |
Update Ansible release version to v2.12.5rc1.post0. (#77559)
-rw-r--r-- | lib/ansible/release.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/release.py b/lib/ansible/release.py index cf39e764af..b55ac5ee4e 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.5rc1' +__version__ = '2.12.5rc1.post0' __author__ = 'Ansible, Inc.' __codename__ = 'Dazed and Confused' |