Sha256: 6b1bca935d9d71d52c8b44869386a3b4142a8475e283349bd769e479c57d239d

Contents?: true

Size: 267 Bytes

Versions: 1

Compression:

Stored size: 267 Bytes

Contents

# frozen_string_literal: true

# Specify the version to be picked up in the foreman_ansible.gemspec
# This way other parts of Foreman can just call ForemanAnsible::VERSION
# and detect what version the plugin is running.
module ForemanAnsible
  VERSION = '6.0.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
foreman_ansible-6.0.0 lib/foreman_ansible/version.rb