https://github.com/google/cayley
Raw File
Tip revision: 767b3d9d4372ee6697402c35e514c37d0f4110db authored by CatUnderCar on 11 January 2023, 10:29:21 UTC
fix: Repl with `gizmo` close iterator interrupted
Tip revision: 767b3d9
version.go
package version

// Populated by goreleaser.
var (
	Version   = "v0.8.x-dev"
	GitHash   = "dev snapshot"
	BuildDate string
)
back to top