3 lines
183 B
Ruby
3 lines
183 B
Ruby
# frozen_string_literal: true
|
|
METAMAPS_VERSION = '2 build `git log -1 --pretty=%H`'
|
|
METAMAPS_LAST_UPDATED = `git log -1 --pretty='%ad'`.split(' ').values_at(1, 2, 4).join(' ').freeze
|