Merge "Fix version reporting"

This commit is contained in:
Jenkins 2016-04-19 22:43:04 +00:00 committed by Gerrit Code Review
commit 05f900aefc
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@
import pbr.version
__version__ = pbr.version.VersionInfo('reviewstats').version_string()
__version__ = pbr.version.VersionInfo('gerrit-dash-creator').version_string()