summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-20 22:37:19 +0100
committerDylan William Hardison <dylan@hardison.net>2018-03-20 22:37:19 +0100
commit1827c2dbadf53fbde81fb93bad47e0080c522722 (patch)
tree5f3acfc72ce2946d354dac9b4827ef7d2704f6c7 /Bugzilla.pm
parent7431f5772abfc859f830ad9f075dfe7b210e4a31 (diff)
downloadbugzilla-1827c2dbadf53fbde81fb93bad47e0080c522722.tar.gz
bugzilla-1827c2dbadf53fbde81fb93bad47e0080c522722.tar.xz
bump version to 20180320.3
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 26ffb816e..510c8dc4e 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180320.2';
+our $VERSION = '20180320.3';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;