Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
stigoleg committed Dec 22, 2024
1 parent 65526c4 commit 90bd759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/keepalive/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
tea "github.com/charmbracelet/bubbletea"
)

const appVersion = "1.0.5"
const appVersion = "1.1.0"

func main() {
cfg, err := config.ParseFlags(appVersion)
Expand Down

0 comments on commit 90bd759

Please sign in to comment.