tag 3.6.1

This commit is contained in:
Devin Howard 2018-01-24 20:02:28 -08:00
parent b5c52adf5e
commit fdcd8a93f1

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
METAMAPS_VERSION = '3.5'
METAMAPS_VERSION = '3..6.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