Skip to content

Commit

Permalink
Update sphinx-binary from 0.4.0 to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed Nov 24, 2018
1 parent 671cc79 commit 4fe6d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/kr/motd/maven/sphinx/SphinxRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class SphinxRunner {
private static final OsDetector osDetector = new OsDetector();

public static final String DEFAULT_BINARY_URL =
"https://github.com/trustin/sphinx-binary/releases/download/v0.4.0/sphinx." +
"https://github.com/trustin/sphinx-binary/releases/download/v0.5.0/sphinx." +
osDetector.executableSuffix();

private static final String VERSION;
Expand Down

0 comments on commit 4fe6d4a

Please sign in to comment.