diff options
author | Matt Martz <matt@sivel.net> | 2023-11-27 16:07:22 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 22:07:22 +0000 |
commit | 1609a5d1ccbdc8c85161043f7690c72d6e4c4857 (patch) | |
tree | 388b38331afc09476b44419ab8606d6d9cf5df49 | |
parent | b8877d2d8b331ccda457504b49ed40061331a09a (diff) | |
download | ansible-1609a5d1ccbdc8c85161043f7690c72d6e4c4857.zip |
Update Ansible release version to v2.14.12rc1.post0. (#82306)
-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 2ba1e88fd5..e2fa79ac6e 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.12rc1' +__version__ = '2.14.12rc1.post0' __author__ = 'Ansible, Inc.' __codename__ = "C'mon Everybody" |