summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-07-03 20:05:38 +0200
committerGitHub <noreply@github.com>2018-07-03 20:05:38 +0200
commit41cee480efeee366445ca3666423d35ecc521f13 (patch)
treedfabd83414e903092ee65302d5715ae919b41f10 /Bugzilla.pm
parent67a2d43f4c270a33112e36cb26704cf995bcd6e6 (diff)
downloadbugzilla-41cee480efeee366445ca3666423d35ecc521f13.tar.gz
bugzilla-41cee480efeee366445ca3666423d35ecc521f13.tar.xz
bump version to 20180703.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 7b29ed572..a1995d472 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180629.1';
+our $VERSION = '20180703.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;