Skip to content

Commit

Permalink
Bump version to 23.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stejskalleos committed Nov 22, 2023
1 parent f58270b commit ca4e043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/foreman_discovery/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Engine < ::Rails::Engine

initializer 'foreman_discovery.register_plugin', :before => :finisher_hook do |app|
Foreman::Plugin.register :foreman_discovery do
requires_foreman '>= 3.7'
requires_foreman '>= 3.8'
register_gettext

# settings
Expand Down
2 changes: 1 addition & 1 deletion lib/foreman_discovery/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForemanDiscovery
VERSION = "22.0.4"
VERSION = "23.0.0"
end

0 comments on commit ca4e043

Please sign in to comment.