Skip to content

Commit

Permalink
version.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wesyoung committed Apr 15, 2014
1 parent 30d31f4 commit 011d871
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

VERSION=`cat .version`
set -e

VERSION=`git describe --tags`

echo $VERSION | tr -d "\n"

0 comments on commit 011d871

Please sign in to comment.