Skip to content

Commit

Permalink
Upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharpz7 committed Nov 5, 2021
1 parent 22daba4 commit 35419ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION=3.1
VERSION=3.2
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"github.com/gorilla/websocket"
)

var sharpCDVersion = "3.1"
var sharpCDVersion = "3.2"

type statusCodes struct {
NotPostMethod int
Expand Down

0 comments on commit 35419ec

Please sign in to comment.