diff --git a/.goreleaser.yml b/.goreleaser.yml index b746ade..1f9743c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -25,7 +25,6 @@ archive: format_overrides: - goos: windows format: zip - wrap_in_directory: true files: - LICENSE - README.md diff --git a/websocks.go b/websocks.go index de4ef54..b59db71 100644 --- a/websocks.go +++ b/websocks.go @@ -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",