automatic versioning via git (#621)
This commit is contained in:
parent
3843cab643
commit
8b19c9e340
1 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
METAMAPS_VERSION = '2.9.0'.freeze
|
||||
METAMAPS_LAST_UPDATED = 'Sept 1, 2016'.freeze
|
||||
METAMAPS_VERSION = "2 build `git log -1 --pretty=%H`".freeze
|
||||
METAMAPS_LAST_UPDATED = `git log -1 --pretty='%ad' --date=format:'%b %d, %Y'`.freeze
|
||||
|
|
Loading…
Reference in a new issue