diff --git a/DiscImageChef/Commands/ConvertImage.cs b/DiscImageChef/Commands/ConvertImage.cs index e58fa5a2..65bd0ccd 100644 --- a/DiscImageChef/Commands/ConvertImage.cs +++ b/DiscImageChef/Commands/ConvertImage.cs @@ -201,7 +201,7 @@ namespace DiscImageChef.Commands ImageInfo metadata = new ImageInfo { Application = "DiscImageChef", - ApplicationVersion = "", // TODO + ApplicationVersion = Interop.Version.GetVersion(), Comments = options.Comments, Creator = options.Creator, DriveFirmwareRevision = options.DriveFirmwareRevision,