Browse code

Update Ansible release version to v2.10.0rc4.post0.

Rick Elrod authored on 2020/07/31 08:27:32
Showing 1 changed files
... ...
@@ -19,6 +19,6 @@
19 19
 from __future__ import (absolute_import, division, print_function)
20 20
 __metaclass__ = type
21 21
 
22
-__version__ = '2.10.0rc4'
22
+__version__ = '2.10.0rc4.post0'
23 23
 __author__ = 'Ansible, Inc.'
24 24
 __codename__ = 'When the Levee Breaks'