Set version to 2.5.0

Change-Id: I2f9ed5aec822d01ad77f36a70e293953bfe19e4d
Signed-off-by: Prashanth Pai <ppai@redhat.com>
This commit is contained in:
Prashanth Pai 2015-12-23 10:42:16 +05:30
parent b562c56729
commit c649130a1f
1 changed files with 1 additions and 1 deletions

View File

@ -43,6 +43,6 @@ class PkgInfo(object):
# Change the Package version here
_pkginfo = PkgInfo('2.3.0', '0', 'swiftonfile', False)
_pkginfo = PkgInfo('2.5.0', '0', 'swiftonfile', False)
__version__ = _pkginfo.pretty_version
__canonical_version__ = _pkginfo.canonical_version