Skip to content

Commit

Permalink
Updated to 5.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
poulfoged committed Dec 13, 2017
1 parent 345a0e7 commit 1a0509e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/add-externals.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function DownloadElasticsearch {
$url = $doc.DocumentNode.SelectSingleNode("//a[starts-with(@class, 'zip-link')]");

# change this line to download a specific version
$downloadUrl = "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.5.3.zip" # $url.Attributes["href"].Value
$downloadUrl = "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.5.zip" # $url.Attributes["href"].Value

Write-Host "Downloading " $downloadUrl

Expand Down
Binary file modified source/ElasticsearchInside/Executables/elasticsearch.lz4
Binary file not shown.
2 changes: 1 addition & 1 deletion source/ElasticsearchInside/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("5f88eacd-89aa-434d-a369-c20564f9b06b")]
[assembly: AssemblyInformationalVersion("5.5.3")]
[assembly: AssemblyInformationalVersion("5.6.5")]
[assembly: InternalsVisibleTo("ElasticsearchInside.Tests")]

0 comments on commit 1a0509e

Please sign in to comment.