Sha256: 27c92b8e33faaa5413cc1cfff77085031d19c280e7ad8346b1e6388ad3386c6a
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 = 41 PATCH = 1 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 |
---|---|
openproject-primer_view_components-0.41.1 | lib/primer/view_components/version.rb |