tag v3.0.1 - bugfixes for 3.0

This commit is contained in:
Devin Howard 2016-11-01 16:06:05 +08:00
parent 644df6fcdc
commit 2588636837

View file

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