1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-29 23:49:09 +00:00

Version bump to 2.2.0 for devel

This commit is contained in:
James Cammarata 2016-04-26 16:29:52 -04:00
parent 7dd4dd2e2e
commit 8103793b55
4 changed files with 6 additions and 3 deletions

View file

@ -19,5 +19,5 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
__version__ = '2.1.0'
__version__ = '2.2.0'
__author__ = 'Ansible, Inc.'