Skip to content

Commit

Permalink
Update version.go to v8
Browse files Browse the repository at this point in the history
prepare version 8; v7 wasn't updated with the correct version.
  • Loading branch information
dasfmi authored Nov 6, 2023
1 parent 8c87039 commit e3a77a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package version

// manually set constant version
const version string = "v6"
const version string = "v8"

// Get returns the Go module version of the axiom-go module.
func Get() string {
Expand Down

0 comments on commit e3a77a6

Please sign in to comment.