diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-04-16 20:57:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 20:57:43 -0400 |
commit | f7778233e49ace37953962a0a2074c54e0a29c2d (patch) | |
tree | 8e9968d8d496afa90fae05ca0f132681e022f8a7 | |
parent | 96d8af754b9d8ada7dd23c112a3f5a9ba2773762 (diff) | |
download | astroconda-contrib-f7778233e49ace37953962a0a2074c54e0a29c2d.tar.gz |
Force new build of inconspicuous package to test indexing behavior
-rw-r--r-- | relic/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/relic/meta.yaml b/relic/meta.yaml index 1d0eb66..7a2534f 100644 --- a/relic/meta.yaml +++ b/relic/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'relic' %} {% set version = '1.1.2' %} -{% set number = '12' %} +{% set number = '13' %} about: home: http://github.com/jhunkeler/{{ name }} |