Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
wudifeixue committed Mar 27, 2023
1 parent 50b331e commit 1119651
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ import (
"github.com/goccy/go-json"
"github.com/kardianos/service"
"golang.org/x/net/websocket"
"github.com/google/uuid"
)

const PROGRAM_NAME = "DDatHome-go"
const VERSION = "1.1.0"
const VERSION = "1.1.1"

type Program struct {
Configs Config
Expand Down

0 comments on commit 1119651

Please sign in to comment.