add build numbers

This commit is contained in:
Zachary Chai
2016-12-02 12:27:33 -05:00
parent 98a8cdbd2a
commit 76316b96ec
6 changed files with 12 additions and 3 deletions

3
scripts/set_version.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
echo "module Greenlight VERSION = ${CIRCLE_BUILD_NUM} end" >| $HOME/greenlight/app/lib/version.rb