summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index ba662feb5..b4b7a48c8 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,6 +20,8 @@ BEGIN {
}
}
+our $VERSION = '20170531.2';
+
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;
use Bugzilla::CGI;