Skip to content

Commit

Permalink
Bump requires_foreman >= 3.4 and version to 21.0.0 (theforeman#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
stejskalleos authored Sep 26, 2022
1 parent c5a72b5 commit fc67ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/foreman_bootdisk/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Engine < ::Rails::Engine

initializer 'foreman_bootdisk.register_plugin', before: :finisher_hook do |_app|
Foreman::Plugin.register :foreman_bootdisk do
requires_foreman '>= 3.3'
requires_foreman '>= 3.4'
# Add Global files for extending foreman-core components and routes
register_global_js_file 'global'

Expand Down
2 changes: 1 addition & 1 deletion lib/foreman_bootdisk/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ForemanBootdisk
VERSION = '20.1.0'
VERSION = '21.0.0'
end

0 comments on commit fc67ca4

Please sign in to comment.