v3.1 in initializers

This commit is contained in:
Devin Howard 2016-12-16 17:21:47 -05:00
parent b914065bb3
commit b07941834c

View file

@ -1,4 +1,4 @@
# frozen_string_literal: true
METAMAPS_VERSION = '3.0.4'
METAMAPS_VERSION = '3.1'
METAMAPS_BUILD = `git log -1 --pretty=%H`.chomp[0..11].freeze
METAMAPS_LAST_UPDATED = `git log -1 --pretty='%ad'`.split(' ').values_at(1, 2, 4).join(' ').freeze