mark v3.4.1 one commit too late

This commit is contained in:
Devin Howard 2017-05-13 19:32:51 -07:00
parent 10ac64c574
commit 328c1a14f3

View file

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