Files
goreplay/version.go
T
旺汪andGitHub 6c89827ba5 set version when building (#1042)
go build -ldflags "-X main.VERSION=${VERSION}"
2022-01-07 15:08:58 +03:00

5 lines
79 B
Go

package main
// VERSION the current version of goreplay
var VERSION = "1.3.0"