Skip to content

Commit

Permalink
Add new version...
Browse files Browse the repository at this point in the history
  • Loading branch information
wanetty committed Aug 9, 2024
1 parent 6719a65 commit 8f76028
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion upgopher.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ import (
"github.com/wanetty/upgopher/internal/statics"
)

var version = "1.6.3"

//go:embed static/favicon.ico
var favicon embed.FS

Expand Down Expand Up @@ -195,7 +197,7 @@ func main() {
quite = *quitearg

if !quite {
log.Printf("Executing version v1.6.1")
log.Printf("Executing version %s", version)
}

if _, err := os.Stat(*dir); os.IsNotExist(err) {
Expand Down

0 comments on commit 8f76028

Please sign in to comment.