Sha256: 6323c62cef9b59175ee8c79c169c322da845cc0175a474f37463d78cd02678c8
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 = "rc6" 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.rc6 | lib/view_component/version.rb |