diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-04-16 12:18:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 12:18:22 -0400 |
commit | 7ad6fa7a26415dcabebc65271652b24da621fd1a (patch) | |
tree | 67500c47a50152d75aa1b59519f03a16b5b172d1 | |
parent | b5c11d55103ccc1e19544ffc8a2eb10021dc1965 (diff) | |
download | astroconda-contrib-7ad6fa7a26415dcabebc65271652b24da621fd1a.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 9d7e31a..e08b23d 100644 --- a/relic/meta.yaml +++ b/relic/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'relic' %} {% set version = '1.1.2' %} -{% set number = '3' %} +{% set number = '4' %} about: home: http://github.com/jhunkeler/{{ name }} |