Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iaping committed Nov 7, 2023
1 parent ad5f2a9 commit bd6fa96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NAME=PTDog
BINDIR=bin
VERSION=1.0
VERSION=1.0.0
GOBUILD=CGO_ENABLED=0 go build -trimpath -ldflags '-w -s'

all: linux-amd64 darwin-amd64 windows-amd64
Expand Down
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

const (
Version = "v1.0"
Version = "v1.0.0"
)

type App struct {
Expand Down

0 comments on commit bd6fa96

Please sign in to comment.