Fix version reporting

The project name is "gerrit-dash-creator" not reviewstats, fix version
reporting.

Change-Id: I09b9e79bf3fbb01d70731245d463421a619f0731
This commit is contained in:
Andreas Jaeger 2016-04-19 15:47:21 +02:00
parent 86d8f335bf
commit 47b5d06b81
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()