Sha256: c3b339e58f7b656a3a09fe2fc9ccebf943751ae698ea01436b97e0f0b5af07f8

Contents?: true

Size: 318 Bytes

Versions: 1

Compression:

Stored size: 318 Bytes

Contents

# frozen_string_literal: true

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

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

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