summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-30 22:28:25 +0200
committerGitHub <noreply@github.com>2018-03-30 22:28:25 +0200
commit45485679f2e173170ed9c0e8a0eae979fe9de067 (patch)
treeef00bf6fd9932fd4fa1fc69e3108a1c5603aa64a /Bugzilla.pm
parent6fb33c210e6917f32056dcffd00e55d0d97302bc (diff)
downloadbugzilla-45485679f2e173170ed9c0e8a0eae979fe9de067.tar.gz
bugzilla-45485679f2e173170ed9c0e8a0eae979fe9de067.tar.xz
bump version to 20180330.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 2191b2423..1188102d3 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180328.1';
+our $VERSION = '20180330.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;