diff --git a/modules/cog.nix b/modules/cog.nix
index fb95fe6..66e1021 100644
--- a/modules/cog.nix
+++ b/modules/cog.nix
@@ -120,7 +120,7 @@ in {
         Labels = {
           "run.cog.has_init" = "true";
           "run.cog.config" = builtins.toJSON config.cog;
-          "run.cog.cog_version" = "${cfg.cog_version}";
+          "run.cog.version" = "${cfg.cog_version}";
           # Initially we had openapi_schema here, but there is a problem with doing that:
           # builtins.readFile has to generate the file to read the contents,
           # and so computing the hash would require building most of the dependencies.