bump version number

This commit is contained in:
Connor Turland 2017-03-07 03:58:29 +00:00
parent 7ee96bf6c6
commit 3178f6e650

View file

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