Skip to content

Commit

Permalink
feat(core): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGottinger committed Apr 15, 2024
1 parent dd03e5f commit 44cd5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/copsctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

func main() {
defer errorhandler()
hq := hq.NewQuiet("copsctl", "0.12.1", "copsctl.log")
hq := hq.NewQuiet("copsctl", "0.12.3", "copsctl.log")
createCommands(hq)

error_handling.PanicOnAnyError = true
Expand Down

0 comments on commit 44cd5cd

Please sign in to comment.