Skip to content

Commit

Permalink
Update Chkok app version
Browse files Browse the repository at this point in the history
- Update the Chkok application version from 0.2.0 to 0.3.0
  • Loading branch information
farzadghanei committed May 11, 2024
1 parent efba21a commit 00c4924
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/chkok.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import (
chkok "github.com/farzadghanei/chkok/internal"
)

const Version string = "0.2.0"
// Version of the app
const Version string = "0.3.0"

// ModeHTTP run checks in http server mode
const ModeHTTP string = "http"
Expand Down

0 comments on commit 00c4924

Please sign in to comment.