Skip to content

Commit a2ca3d1

Browse files
authored
Merge pull request #25 from axiomhq/prepare-version-8
Update version.go to v8
2 parents 8c87039 + e3a77a6 commit a2ca3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package version
22

33
// manually set constant version
4-
const version string = "v6"
4+
const version string = "v8"
55

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

0 commit comments

Comments
 (0)