diff --git a/recipes/gnu-grep/recipe.sh b/recipes/gnu-grep/recipe.sh
index 5b2122ef9c46bb892220748798771f4e1831c25d..8a698b758f47d417acb79b160345274d23d27975 100644
--- a/recipes/gnu-grep/recipe.sh
+++ b/recipes/gnu-grep/recipe.sh
@@ -3,6 +3,11 @@ TAR=https://ftp.gnu.org/gnu/grep/grep-$VERSION.tar.xz
 
 HOST=x86_64-elf-redox
 
+function recipe_version {
+    echo "$VERSION"
+    skip=1
+}
+
 function recipe_update {
     echo "skipping update"
     skip=1