metamaps--metamaps/config/initializers/version.rb

3 lines
158 B
Ruby
Raw Normal View History

2016-09-21 17:24:14 +00:00
METAMAPS_VERSION = "2 build `git log -1 --pretty=%H`".freeze
2016-09-23 09:49:26 +00:00
METAMAPS_LAST_UPDATED = `git log -1 --pretty='%ad'`.split(' ').values_at(1,2,4).join(' ').freeze