Skip to content

Commit 34203f6

Browse files
authored
Update Ansible release version to v2.13.1rc1.post0. (#78044)
1 parent d34ba97 commit 34203f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ansible/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
from __future__ import (absolute_import, division, print_function)
2020
__metaclass__ = type
2121

22-
__version__ = '2.13.1rc1'
22+
__version__ = '2.13.1rc1.post0'
2323
__author__ = 'Ansible, Inc.'
2424
__codename__ = "Nobody's Fault but Mine"

0 commit comments

Comments
 (0)