From 35419ecb029129bb284df983ff303d0e776fbda0 Mon Sep 17 00:00:00 2001 From: Sharpz7 Date: Fri, 5 Nov 2021 12:00:53 +0000 Subject: [PATCH] Upgraded --- .version | 2 +- README.md | 4 ++-- src/structs.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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