diff --git a/params/version.go b/params/version.go
index 8d222ac0470881244ea081e5ee0d93569f442412..8e217eac942cd31ea64fccf09ebbd957a067ef54 100644
--- a/params/version.go
+++ b/params/version.go
@@ -21,9 +21,9 @@ import (
 )
 
 const (
-	VersionMajor = 1        // Major version component of the current release
-	VersionMinor = 10       // Minor version component of the current release
-	VersionPatch = 8        // Patch version component of the current release
+	VersionMajor = 0        // Major version component of the current release
+	VersionMinor = 2        // Minor version component of the current release
+	VersionPatch = 7        // Patch version component of the current release
 	VersionMeta  = "stable" // Version metadata to append to the version string
 )