diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-04-16 20:34:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 20:34:31 -0400 |
commit | 96d8af754b9d8ada7dd23c112a3f5a9ba2773762 (patch) | |
tree | 4f240885ea2c85bc5cac99ec4a9dee384733167f /relic | |
parent | 12d742c4abb6062cb8da9d799bd77e71c3c62e77 (diff) | |
download | astroconda-contrib-96d8af754b9d8ada7dd23c112a3f5a9ba2773762.tar.gz |
Force new build of inconspicuous package to test indexing behavior
Diffstat (limited to 'relic')
-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 3bbb3d9..1d0eb66 100644 --- a/relic/meta.yaml +++ b/relic/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'relic' %} {% set version = '1.1.2' %} -{% set number = '11' %} +{% set number = '12' %} about: home: http://github.com/jhunkeler/{{ name }} |