summarylogtreecommitdiffstats
path: root/version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'version.patch')
-rw-r--r--version.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/version.patch b/version.patch
new file mode 100644
index 000000000000..ddd3634c7ce2
--- /dev/null
+++ b/version.patch
@@ -0,0 +1,13 @@
+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"
+ )