summarylogtreecommitdiffstats
path: root/version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'version.patch')
-rw-r--r--version.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/version.patch b/version.patch
deleted file mode 100644
index ddd3634c7ce2..000000000000
--- a/version.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/pkg/version/version.go b/pkg/version/version.go
-index ee757d3c..f115a051 100644
---- a/pkg/version/version.go
-+++ b/pkg/version/version.go
-@@ -2,7 +2,7 @@ package version
-
- var (
- // VERSION should be updated by hand at each release
-- VERSION = "2.8.0+dev"
-+ VERSION = "2.9.1"
- // GITCOMMIT will be overwritten automatically by the build system
- GITCOMMIT = "HEAD"
- )