diff --git a/util/file.go b/util/file.go index 8e71851..2d48885 100644 --- a/util/file.go +++ b/util/file.go @@ -17,10 +17,6 @@ import ( "time" ) -// SemVersion the version in semver.org format, MUST be overwritten during -// the linking stage of the build process -var SemVersion = "0.0.0" - // NWriter is an io.Writer counting the bytes copied through it. type NWriter struct { io.Writer