summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Adams <chadams@redhat.com>2022-09-06 14:03:23 -0400
committerGitHub <noreply@github.com>2022-09-06 14:03:23 -0400
commitba18134ad8d4e4306093ec8d8e8da62bf5a9c886 (patch)
treedc40936183e4d7d1e609cdf56bd596c8ec9feee4
parentc31541a3c91af67bfb2bd53933b670c082048e17 (diff)
downloadansible-ba18134ad8d4e4306093ec8d8e8da62bf5a9c886.tar.gz
Update Ansible release version to v2.13.4rc1.post0. (#78718)
-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 3297f14dac..07ceb845c5 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.13.4rc1'
+__version__ = '2.13.4rc1.post0'
__author__ = 'Ansible, Inc.'
__codename__ = "Nobody's Fault but Mine"