diff --git a/reform2-keyboard-fw/constants.h b/reform2-keyboard-fw/constants.h
index f2e823b50d642e6d4d8e1821e522684719e987fe..7e440133af4865eb8cef7abc27f6034472028429 100644
--- a/reform2-keyboard-fw/constants.h
+++ b/reform2-keyboard-fw/constants.h
@@ -22,7 +22,7 @@
 #endif
 // allow overriding KBD_FW_VERSION by not touching it if it's already set
 #ifndef KBD_FW_VERSION
-#  define KBD_FW_VERSION "20230315"
+#  define KBD_FW_VERSION "20230703"
 #endif
 // set KBD_FW_REV according to variant 2 or 3
 #ifdef KBD_VARIANT_3
diff --git a/reform2-lpc-fw/src/boards/reform2/board_reform2.c b/reform2-lpc-fw/src/boards/reform2/board_reform2.c
index 8a3d1f23d9af27d829159c90d1b08f4875b1f67f..2105dda87eb320774959d23e1c64482543e8137a 100644
--- a/reform2-lpc-fw/src/boards/reform2/board_reform2.c
+++ b/reform2-lpc-fw/src/boards/reform2/board_reform2.c
@@ -59,7 +59,7 @@
 #  define FW_STRING2 "25_R2"
 #endif
 #ifndef FW_STRING3
-#  define FW_STRING3 "20230208"
+#  define FW_STRING3 "20230703"
 #endif
 #define FW_REV FW_STRING1 FW_STRING2 FW_STRING3