diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-04-16 20:27:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 20:27:34 -0400 |
commit | 12d742c4abb6062cb8da9d799bd77e71c3c62e77 (patch) | |
tree | 65662450fd1fa052c3737a059a83a6dc847ed02e /relic | |
parent | 1b812081cd4cd48ac49c0618daf5a07d8267c9fd (diff) | |
download | astroconda-contrib-12d742c4abb6062cb8da9d799bd77e71c3c62e77.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 cfebc84..3bbb3d9 100644 --- a/relic/meta.yaml +++ b/relic/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'relic' %} {% set version = '1.1.2' %} -{% set number = '10' %} +{% set number = '11' %} about: home: http://github.com/jhunkeler/{{ name }} |