File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change 4
4
cat: download
5
5
title_in_header: false
6
6
---
7
- < h3 > Current release:</ h3 >
8
- < p >
9
- Latest stable release of < strong > elasticsearch</ strong > is
10
- < a href ="/download/2011/05/12/0.16.1.html "> < b > 0.16.1</ b > </ a > .
11
- </ p >
12
- < h3 > Building from source:</ h3 >
13
- < p > Master can be downloaded < a href ="/download/master/ "> here</ a > (requires building from source).</ p >
14
- < h3 > All releases and release notes:</ h3 >
15
- < ul >
16
- {% for download in site.categories.download %}
17
- < li >
18
- < a href ="{{download.url}} "> {{download.version}}</ a >
19
- </ li >
20
- {% endfor %}
21
- </ ul >
22
7
8
+ < h3 > Current release:</ h3 >
9
+ < p >
10
+ Latest stable release of < strong > elasticsearch</ strong > is
11
+ < a href ="/download/2011/06/01/0.16.2.html "> < b > 0.16.2</ b > </ a > .
12
+ </ p >
13
+ < h3 > Building from source:</ h3 >
14
+ < p > Master can be downloaded < a href ="/download/master/ "> here</ a > (requires building from source).</ p >
15
+ < h3 > All releases and release notes:</ h3 >
16
+ < ul >
17
+ {% for download in site.categories.download %}
18
+ < li >
19
+ < a href ="{{download.url}} "> {{download.version}}</ a >
20
+ </ li >
21
+ {% endfor %}
22
+ </ ul >
You can’t perform that action at this time.
0 commit comments