printer/plain.go
changeset 18 7a4b57b3e66a
parent 0 5abace724584
child 37 9bc03db114c3
--- a/printer/plain.go	Fri Apr 28 11:38:54 2017 +0200
+++ b/printer/plain.go	Fri Apr 28 11:49:22 2017 +0200
@@ -187,6 +187,7 @@
 	indentedPrint(w, indent, false, true, "Description", "%s", html2string(i.Description))
 	indentedPrint(w, indent, false, true, "URL", "%s", i.URI)
 	indentedPrint(w, indent, false, true, "Email", "%s", i.Email)
+	indentedPrint(w, indent, false, true, "Version", "%s", i.Version)
 	return nil
 }