summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-07-17 15:53:06 +0200
committerGitHub <noreply@github.com>2018-07-17 15:53:06 +0200
commit2d5dcb1f4ae8fe01625adb7469d21008b72892c9 (patch)
tree8b79e711df518d6fa8b4da3bafa4d2ad8a283659 /Bugzilla.pm
parent731deac85cfeb37f870ee7c95669b13be7ad759a (diff)
downloadbugzilla-2d5dcb1f4ae8fe01625adb7469d21008b72892c9.tar.gz
bugzilla-2d5dcb1f4ae8fe01625adb7469d21008b72892c9.tar.xz
bump version to 20180717.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 6fcd326d1..9e4edc5cf 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -22,7 +22,7 @@ BEGIN {
}
}
-our $VERSION = '20180712.1';
+our $VERSION = '20180717.1';
use Bugzilla::Auth;
use Bugzilla::Auth::Persist::Cookie;