Sha256: c4e44194e0635f73c815a2a499adeb7a335f3334600961eaa5af206ce146b583
Contents?: true
Size: 262 Bytes
Versions: 1
Compression:
Stored size: 262 Bytes
Contents
# frozen_string_literal: true module ViewComponent module VERSION MAJOR = 3 MINOR = 0 PATCH = 0 PRE = "rc3" STRING = [MAJOR, MINOR, PATCH, PRE].compact.join(".") end end puts ViewComponent::VERSION::STRING if __FILE__ == $PROGRAM_NAME
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
view_component-3.0.0.rc3 | lib/view_component/version.rb |