Skip to content
This repository has been archived by the owner on Aug 27, 2020. It is now read-only.

Commit

Permalink
fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
lzjluzijie committed Jul 23, 2018
1 parent 2e012e0 commit 7f74449
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ archive:
format_overrides:
- goos: windows
format: zip
wrap_in_directory: true
files:
- LICENSE
- README.md
Expand Down
2 changes: 1 addition & 1 deletion websocks.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func main() {

app := cli.App{
Name: "WebSocks",
Version: "0.13.1",
Version: "0.13.2",
Usage: "A secure proxy based on WebSocket. Click to start web client.",
Description: "websocks.org",
Author: "Halulu",
Expand Down

0 comments on commit 7f74449

Please sign in to comment.