layers: MR221: Fix implementationVersion
diff --git a/layers/image.cpp b/layers/image.cpp
index 19c91ca..60b8569 100644
--- a/layers/image.cpp
+++ b/layers/image.cpp
@@ -262,7 +262,7 @@
     {
         "VK_LAYER_LUNARG_image",
         VK_API_VERSION,
-        VK_MAKE_VERSION(0, 1, 0),
+        1,
         "Validation layer: image",
     }
 };