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