diff options
author | Matt Clay <matt@mystile.com> | 2018-07-09 10:12:57 -0700 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2018-07-09 11:23:50 -0700 |
commit | d48fae9990c0adfecc162f516a4cdd00d9490d07 (patch) | |
tree | f9f64a16bd8fc014f7938fb77aa4c5be40fea16d | |
parent | 0f3a22cb13d84d579a59640474f2179d556e8709 (diff) | |
download | ansible-d48fae9990c0adfecc162f516a4cdd00d9490d07.tar.gz |
Update Ansible release version to 2.6.1.post0.
-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 f8276f9a37..035b8f7c95 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.6.1' +__version__ = '2.6.1.post0' __author__ = 'Ansible, Inc.' __codename__ = 'Heartbreaker' |