Skip to content

Commit

Permalink
bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
fkr committed Aug 3, 2024
1 parent bd284be commit 06ab7fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ var commit = func() string {
}
return commitS
}()
var version = "0.0.3"
var version = "0.4.0"

const apiVersion = "0.3.0"
const apiVersion = "1.0.0"
const HeaderAuthorization = "X-Authorization"
const HeaderNprobeVersion = "X-Nprobe-Version"
const HeaderNprobeApiVersion = "X-Nprobe-Api-Version"
Expand Down

0 comments on commit 06ab7fe

Please sign in to comment.