diff --git a/.version b/.version index 9a622d6..9d5269a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -VERSION=3.1 \ No newline at end of file +VERSION=3.2 \ No newline at end of file diff --git a/README.md b/README.md index 5049139..0d418c9 100644 --- a/README.md +++ b/README.md @@ -42,13 +42,13 @@ tasks: On linux, just run: ```console ╭─adam@box ~/ -╰─➤ sudo curl -s -L https://github.com/Sharpz7/sharpcd/releases/download/3.1/install.sh | sudo bash +╰─➤ sudo curl -s -L https://github.com/Sharpz7/sharpcd/releases/download/3.2/install.sh | sudo bash ``` Or for just the client: ```console ╭─adam@box ~/ -╰─➤ sudo curl -s -L https://github.com/Sharpz7/sharpcd/releases/download/3.1/install.sh | sudo bash -s client +╰─➤ sudo curl -s -L https://github.com/Sharpz7/sharpcd/releases/download/3.2/install.sh | sudo bash -s client ``` ## Command Options diff --git a/src/structs.go b/src/structs.go index 9b05160..6bf102b 100644 --- a/src/structs.go +++ b/src/structs.go @@ -4,7 +4,7 @@ import ( "github.com/gorilla/websocket" ) -var sharpCDVersion = "3.1" +var sharpCDVersion = "3.2" type statusCodes struct { NotPostMethod int