Skip to content

Commit

Permalink
feat: update semver
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerwill90 committed Jul 19, 2023
1 parent 59f1328 commit 1f2210d
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 = "0.1.0"
const version = "v0.10.0"

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

Expand Down

0 comments on commit 1f2210d

Please sign in to comment.