summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorWilliam Langford <wlangfor@gmail.com>2018-11-01 22:11:53 -0400
committerWilliam Langford <wlangfor@gmail.com>2018-11-01 22:11:53 -0400
commit7e2d3cd40c1a7f36650257911631c2adf60b1475 (patch)
tree8b3439341945a1b0a069a4b4019101437370bc17 /index.html
parent57c6b85ab90e49a0357085f65e644731cd92b9bc (diff)
Update index.html download links to jq-1.6
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 12c9e247..ff7646eb 100644
--- a/index.html
+++ b/index.html
@@ -72,13 +72,13 @@
<div class="btn-toolbar" role="toolbar">
<div class="btn-group" role="group">
<a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="#">
- Download jq 1.5
+ Download jq 1.6
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
- <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64">Linux (64-bit)</a></li>
- <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.5/jq-osx-amd64">OS X (64-bit)</a></li>
- <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.5/jq-win64.exe">Windows (64-bit)</a></li>
+ <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64">Linux (64-bit)</a></li>
+ <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.6/jq-osx-amd64">OS X (64-bit)</a></li>
+ <li><a href="https://github.com/stedolan/jq/releases/download/jq-1.6/jq-win64.exe">Windows (64-bit)</a></li>
<li><a href="/jq/download/">Other platforms, older versions, and source</a></li>
</ul>
</div>