2016-09-24 03:00:46 +00:00
|
|
|
# frozen_string_literal: true
|
2017-11-25 19:23:47 +00:00
|
|
|
|
2017-09-16 19:27:02 +00:00
|
|
|
METAMAPS_VERSION = '3.5'
|
2016-10-31 07:38:09 +00:00
|
|
|
METAMAPS_BUILD = `git log -1 --pretty=%H`.chomp[0..11].freeze
|
2016-09-24 03:00:46 +00:00
|
|
|
METAMAPS_LAST_UPDATED = `git log -1 --pretty='%ad'`.split(' ').values_at(1, 2, 4).join(' ').freeze
|