aboutsummaryrefslogtreecommitdiff
path: root/sysutils/consul/files/patch-version_version.go
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/consul/files/patch-version_version.go')
-rw-r--r--sysutils/consul/files/patch-version_version.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/consul/files/patch-version_version.go b/sysutils/consul/files/patch-version_version.go
deleted file mode 100644
index a941f15780ec..000000000000
--- a/sysutils/consul/files/patch-version_version.go
+++ /dev/null
@@ -1,13 +0,0 @@
---- version/version.go.orig 2016-11-10 20:33:01 UTC
-+++ version/version.go
-@@ -13,8 +13,8 @@ var (
-
- // Release versions of the build. These will be filled in by one of the
- // build tag-specific files.
-- Version = "unknown"
-- VersionPrerelease = "unknown"
-+ Version = "%%VERSION%%"
-+ VersionPrerelease = ""
- )
-
- // GetHumanVersion composes the parts of the version in a way that's suitable