diff --git a/src/pylorax/buildstamp.py b/src/pylorax/buildstamp.py index a03c4cf5..20b62130 100644 --- a/src/pylorax/buildstamp.py +++ b/src/pylorax/buildstamp.py @@ -45,7 +45,7 @@ class BuildStamp(object): with open(self.path, "w") as fobj: fobj.write("[Main]\n") fobj.write("Product={0.product}\n".format(self)) - fobj.write("Version={0.version}".format(self)) + fobj.write("Version={0.version}\n".format(self)) fobj.write("BugURL={0.bugurl}\n".format(self)) fobj.write("IsBeta={0.is_beta}\n".format(self)) fobj.write("UUID={0.uuid}\n".format(self))