diff --git a/artoo/git_describe_tag b/artoo/git_describe_tag index 8fcc88c..b703857 100755 --- a/artoo/git_describe_tag +++ b/artoo/git_describe_tag @@ -2,4 +2,4 @@ # this command should really execute: #git describe --tags # but we don't have any version tags in the repo yet, so lets fake it: -echo v0.0.1 +echo v2.5-RC4