diff --git a/blog/modules/ROOT/pages/7-graal-native-executables.adoc b/blog/modules/ROOT/pages/7-graal-native-executables.adoc
index 6416982225d..db04d9a6472 100644
--- a/blog/modules/ROOT/pages/7-graal-native-executables.adoc
+++ b/blog/modules/ROOT/pages/7-graal-native-executables.adoc
@@ -4,7 +4,7 @@
 
 
 :author: Li Haoyi
-:revdate: ??? January 2025
+:revdate: 1 February 2025
 _{author}, {revdate}_
 
 One recent development is the ability to compile Java programs into self-contained
@@ -610,4 +610,4 @@ ability to package your Java program into a native binary that can be run withou
 installed, starts much more quickly, and uses much less memory. There are some caveats around
 creation times, binary sizes, and runtime reflection, so they may not be suitable for all
 scenarios. But they are a useful tool in the toolbox that helps bridge the gap between the
-"Java" world and the world of native command-line tools on Linux, Mac, or Windows.
\ No newline at end of file
+"Java" world and the world of native command-line tools on Linux, Mac, or Windows.