Sha256: ccfdb8c86c359f16c5310871c37fe97e9a4d554464f5a3f7b1c6979ef0ba4db5

Contents?: true

Size: 350 Bytes

Versions: 1

Compression:

Stored size: 350 Bytes

Contents

# frozen_string_literal: true

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

      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
primer_view_components-0.0.109 lib/primer/view_components/version.rb