Sha256: 5218995496443cb85c92aa754eeeb88185c13c2e05d4e821d9c0b13afaafc1c3

Contents?: true

Size: 349 Bytes

Versions: 1

Compression:

Stored size: 349 Bytes

Contents

# frozen_string_literal: true

# :nocov:
module Primer
  module ViewComponents
    module VERSION
      MAJOR = 0
      MINOR = 16
      PATCH = 0

      STRING = [MAJOR, MINOR, PATCH].join(".")
    end
  end
end

# rubocop:disable Rails/Output
puts Primer::ViewComponents::VERSION::STRING if __FILE__ == $PROGRAM_NAME
# rubocop:enable Rails/Output

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
openproject-primer_view_components-0.16.0 lib/primer/view_components/version.rb