diff options
-rw-r--r-- | Bugzilla/Config.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 4690e0f75..426c9b626 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -102,7 +102,7 @@ our @parampanels = (); Exporter::export_ok_tags('admin', 'db', 'locations', 'params'); # Bugzilla version -$Bugzilla::Config::VERSION = "2.22.4+"; +$Bugzilla::Config::VERSION = "2.22.5"; use Safe; |