Skip to content

Commit

Permalink
Update Ansible release version to v2.9.6.post0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclay committed Mar 5, 2020
1 parent 9e3ccd6 commit e5995a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/release.py
Expand Up @@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type

__version__ = '2.9.6'
__version__ = '2.9.6.post0'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'

0 comments on commit e5995a2

Please sign in to comment.