Skip to content

Commit

Permalink
feat: update semver
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerwill90 committed Aug 18, 2023
1 parent ee4d3f0 commit b00e811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package otelfox

import "fmt"

const version = "v0.10.0"
const version = "v0.11.0"

var semver = fmt.Sprintf("semver:%s", version)

Expand Down

0 comments on commit b00e811

Please sign in to comment.