Skip to content

Commit

Permalink
Merge pull request #25 from axiomhq/prepare-version-8
Browse files Browse the repository at this point in the history
Update version.go to v8
  • Loading branch information
dasfmi authored Nov 16, 2023
2 parents 8c87039 + e3a77a6 commit a2ca3d1
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 a2ca3d1

Please sign in to comment.