]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumped version to 5.0.2
authorDavid Lawrence <dkl@mozilla.com>
Tue, 22 Dec 2015 19:16:45 +0000 (19:16 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Tue, 22 Dec 2015 19:16:45 +0000 (19:16 +0000)
Bugzilla/Constants.pm

index e481236b8c51411e6c756beaa06128ad32d8628a..cd4419b66adb4e25faf964a00e254589558c0bf5 100644 (file)
@@ -200,7 +200,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "5.0.1+";
+use constant BUGZILLA_VERSION => "5.0.2";
 
 # A base link to the current REST Documentation. We place it here
 # as it will need to be updated to whatever the current release is.