snowflake/common/version/version.go
Shelikhoo 33248f3dec
Add Version Output Support to Snowflake
From now on, there will be a file at common/version/version.go that includes current version number.
2022-11-23 12:29:51 +00:00

7 lines
85 B
Go

package version
func GetVersion() string {
return version
}
var version = "2.3.1"