use version from git describe
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 12 Jan 2013 12:46:15 +0000 (13:46 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 12 Jan 2013 12:46:15 +0000 (13:46 +0100)
angular-server.pl

index e44efc8..2cdbf42 100755 (executable)
@@ -6,7 +6,7 @@ use Time::HiRes;
 use Clone qw(clone);
 use Mojo::UserAgent;
 
-our $VERSION = '0.4';
+our $VERSION = `git describe`;
 
 sub new_uuid { Time::HiRes::time * 100000 }