mark v3.2 on develop

This commit is contained in:
Devin Howard 2017-01-21 13:04:28 -05:00
parent af2c6ebef1
commit d47d7e50e7

View file

@ -1,4 +1,4 @@
# frozen_string_literal: true
METAMAPS_VERSION = '3.0.1'
METAMAPS_VERSION = '3.2'
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