]> Sergey Matveev's repositories - meta4ra.git/blobdiff - common.go
OpenSSH signatures inclusion support
[meta4ra.git] / common.go
index a20c2439ced190e6bf3e325888a9f4c86080ce1f..dcd3e1634925bd25c139f5e82e6bcaa3b51463a6 100644 (file)
--- a/common.go
+++ b/common.go
@@ -19,6 +19,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 package meta4ra
 
 const (
-       Generator       = "meta4ra/0.3.0"
-       GPGSigMediaType = "application/pgp-signature"
+       Generator       = "meta4ra/0.4.0"
+       SigMediaTypePGP = "application/pgp-signature"
+       SigMediaTypeSSH = "application/ssh-signature"
 )