Skip to content

Commit

Permalink
Version 3,2
Browse files Browse the repository at this point in the history
Changed version num.
  • Loading branch information
Sharpz7 authored Nov 5, 2021
2 parents f623dbb + 35419ec commit c437342
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 c437342

Please sign in to comment.