Bump to version 1.10.2

Change-Id: Ie92d8a8a692e5a9f618d58fefa69e0d90baae200
Signed-off-by: Luis Pabon <lpabon@redhat.com>
Reviewed-on: http://review.gluster.org/6446
This commit is contained in:
Luis Pabon 2013-12-05 17:17:28 -05:00
parent bc9bdcf25b
commit 3fcbe6c2d1

View File

@ -45,6 +45,6 @@ class PkgInfo(object):
###
### Change the Package version here
###
_pkginfo = PkgInfo('1.10.1', '0', 'gluster_swift', False)
_pkginfo = PkgInfo('1.10.2', '0', 'gluster_swift', False)
__version__ = _pkginfo.pretty_version
__canonical_version__ = _pkginfo.canonical_version