diff options
author | Matt Martz <matt@sivel.net> | 2023-05-15 16:16:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 16:16:03 -0500 |
commit | 5cb5c46eba2444f5202d728c0550e72871b5feb2 (patch) | |
tree | 9fa6c7aa20135fd438d385e8bbc2857833986b7a | |
parent | 1cbb6898297d61822b473f9aacee3df7b36ec950 (diff) | |
download | ansible-stable-2.14.tar.gz |
Update Ansible release version to v2.14.6rc1.post0. (#80803)stable-2.14
-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 409fcb8603..14e03dfdcd 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.6rc1' +__version__ = '2.14.6rc1.post0' __author__ = 'Ansible, Inc.' __codename__ = "C'mon Everybody" |