summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-06-13 15:28:50 +0200
committerDylan William Hardison <dylan@hardison.net>2017-06-13 15:28:50 +0200
commit37120e7086d59c771f290d6d916a1fe5cd71d7fa (patch)
treec860e0fa37b888d7a1fbf359441df141ca1dd5ed /Bugzilla.pm
parent04b05fb66b5b49f4b121dc2619cd921732662e19 (diff)
downloadbugzilla-37120e7086d59c771f290d6d916a1fe5cd71d7fa.tar.gz
bugzilla-37120e7086d59c771f290d6d916a1fe5cd71d7fa.tar.xz
bump version to 20170613.1
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index 5c531ca0a..0bdb8d443 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -20,7 +20,7 @@ BEGIN {
}
}
-our $VERSION = '20170607.1';
+our $VERSION = '20170613.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;