Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laugmanuel committed May 14, 2024
1 parent acddb85 commit 96708d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This is a plugin for Foreman that adds support for using templates from Git repo
| >= 1.20 | ~> 1.0 |
| >= 2.3 | ~> 2.0 |
| >= 3.1 | ~> 3.0 |
| >= 3.9 | ~> 4.0 |

## Installation

Expand Down
2 changes: 1 addition & 1 deletion lib/foreman_git_templates/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Engine < ::Rails::Engine

initializer 'foreman_git_templates.register_plugin', before: :finisher_hook do |_app|
Foreman::Plugin.register :foreman_git_templates do
requires_foreman '>= 3.1'
requires_foreman '>= 3.9'

settings do
category :git_templates, N_('Git Templates') do
Expand Down
2 changes: 1 addition & 1 deletion lib/foreman_git_templates/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ForemanGitTemplates
VERSION = '1.0.6'
VERSION = '4.0.0'
end

0 comments on commit 96708d0

Please sign in to comment.