Download points to 1.6.5 while 1.7.7 is available :)
remkolodder opened this issue · 2 comments
remkolodder commented
$ git diff
diff --git a/_layouts/downloads.html b/_layouts/downloads.html
index d930212..1837c2f 100644
--- a/_layouts/downloads.html
+++ b/_layouts/downloads.html
@@ -4,7 +4,7 @@
<h2>Download</h2>
<p>
<!-- download button with tooltip -->
- <a class="btn btn-primary" href="https://github.com/vstakhov/rspamd/archive/1.6.5.tar.gz" data-toggle="tooltip" data-placement="bottom" title="Download the most recent stable version as source tarball">Download rspamd-1.6.5</a>
+ <a class="btn btn-primary" href="https://github.com/vstakhov/rspamd/archive/1.7.7.tar.gz" data-toggle="tooltip" data-placement="bottom" title="Download the most recent stable version as source tarball">Download rspamd-1.7.7</a>
<!-- github button -->
<iframe style="vertical-align: middle;" src="{{ site.baseurl }}/github-btn.html?user=vstakhov&repo=rspamd&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="215" height="38"></iframe>
</p>
PHPGangsta commented
Current version is 1.7.9 😄
Maybe it's a good idea to just place a link to
https://github.com/rspamd/rspamd/releases
and don't write any version information, it's outdated every 2-4 weeks or so 😃