diff --git a/version/version.go b/version/version.go
index 6b82d44db425979653b6cdd29743db21b22853d0..837c2837492b2fc7bde7129681abca864e90637e 100644
--- a/version/version.go
+++ b/version/version.go
@@ -7,7 +7,7 @@ import (
 
 var (
 	// Version should be updated by hand at each release
-	Version = "0.8.0-gitlab.3"
+	Version = "0.8.0-gitlab.4"
 
 	// GitCommit will be overwritten automatically by the build system
 	GitCommit = "HEAD"