diff --git a/build/version_number b/build/version_number
index 3e14c043dc0a7db27badb3ad81e8fe80a21b8b50..e27d5afb46ce5a3cf64c313fbab8b9d1eb1fae6e 100644
--- a/build/version_number
+++ b/build/version_number
@@ -1 +1 @@
-6.22/07
+6.22/08
diff --git a/core/base/inc/RVersion.h b/core/base/inc/RVersion.h
index 76196cf9bb2a7cae2768dd797a1dc4bf9f14d758..f4f72ef864d6874830a39857bce62da7044946bc 100644
--- a/core/base/inc/RVersion.h
+++ b/core/base/inc/RVersion.h
@@ -14,10 +14,10 @@
  *
 */
 
-#define ROOT_RELEASE "6.22/07"
-#define ROOT_RELEASE_DATE "Nov 27 2020"
-#define ROOT_RELEASE_TIME "16:19:22"
+#define ROOT_RELEASE "6.22/08"
+#define ROOT_RELEASE_DATE "Mar 10 2021"
+#define ROOT_RELEASE_TIME "15:18:17"
 #define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
-#define ROOT_VERSION_CODE ROOT_VERSION(6,22,7) /* 398855 */
+#define ROOT_VERSION_CODE ROOT_VERSION(6,22,8) /* 398856 */
 
 #endif