aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorDave Miller <github@justdave.net>2024-09-03 11:46:54 -0400
committerDave Miller <github@justdave.net>2024-09-03 11:46:54 -0400
commit1e9d041e337aa73b032ddecd8162a2df65d0d772 (patch)
treecd32dab9ded6ca28fd29722a8e4a17998d3443c1 /Bugzilla
parent66db7a430586474f8a68007ac07546f49e9ab4df (diff)
downloadbugs-1e9d041e337aa73b032ddecd8162a2df65d0d772.tar
bugs-1e9d041e337aa73b032ddecd8162a2df65d0d772.tar.gz
bugs-1e9d041e337aa73b032ddecd8162a2df65d0d772.tar.bz2
bugs-1e9d041e337aa73b032ddecd8162a2df65d0d772.tar.xz
bugs-1e9d041e337aa73b032ddecd8162a2df65d0d772.zip
bump version to 5.0.4.1 for release
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 45cbefe74..0e50f82fc 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -200,7 +200,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "5.0.4+";
+use constant BUGZILLA_VERSION => "5.0.4.1";
# 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.