Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ee546e3

Browse files
authoredSep 1, 2020
Merge pull request #53 from browserstack/revert-52-LOC-1636_Alpine_binary
Revert "Fix version"
2 parents 49d219e + c005604 commit ee546e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/main/java/com/browserstack/local/Local.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class Local {
2323
private LocalProcess proc = null;
2424

2525
// Current version of binding package, used for --source option of binary
26-
private final String packageVersion = "1.0.4";
26+
private final String packageVersion = "1.0.5";
2727
private final Map<String, String> parameters;
2828
private final Map<String, String> avoidValueParameters;
2929

0 commit comments

Comments
 (0)
Please sign in to comment.