diff options
Diffstat (limited to 'cube-tools')
| -rw-r--r-- | cube-tools/meta.yaml | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/cube-tools/meta.yaml b/cube-tools/meta.yaml index d139c89..d31154d 100644 --- a/cube-tools/meta.yaml +++ b/cube-tools/meta.yaml @@ -1,5 +1,7 @@  {% set name = 'cube-tools' %} -{% set version = GIT_DESCRIBE_TAG %} +{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") +    +".dev" +    +environ.get("GIT_DESCRIBE_NUMBER", "0") %}  {% set number = '0' %}  about: | 
