mirror of
https://github.com/aykhans/sarin.git
synced 2026-01-13 20:11:21 +00:00
v1.0.0: here we go again
This commit is contained in:
8
internal/version/version.go
Normal file
8
internal/version/version.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package version
|
||||
|
||||
var (
|
||||
Version = "unknown" // Set via ldflags
|
||||
GitCommit = "unknown" // Set via ldflags
|
||||
BuildDate = "unknown" // Set via ldflags
|
||||
GoVersion = "unknown" // Set via ldflags
|
||||
)
|
||||
Reference in New Issue
Block a user