We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea054ad commit 32adab1Copy full SHA for 32adab1
lib/foreman_remote_execution/engine.rb
@@ -35,7 +35,7 @@ class Engine < ::Rails::Engine
35
initializer 'foreman_remote_execution.register_plugin', before: :finisher_hook do |app|
36
app.reloader.to_prepare do
37
Foreman::Plugin.register :foreman_remote_execution do
38
- requires_foreman '>= 3.14'
+ requires_foreman '>= 3.15'
39
register_global_js_file 'global'
40
register_gettext
41
lib/foreman_remote_execution/version.rb
@@ -1,3 +1,3 @@
1
module ForemanRemoteExecution
2
- VERSION = '15.0.2'.freeze
+ VERSION = '16.0.0'.freeze
3
end
0 commit comments