First do a 0.3.6 that uses the old media type for compatibility

This commit is contained in:
rubyist 2015-01-31 18:33:04 -05:00
parent c52c77b314
commit f73f91b4a1
2 changed files with 2 additions and 2 deletions

@ -11,7 +11,7 @@ import (
"strings" "strings"
) )
const Version = "0.4.0" const Version = "0.3.6"
var ( var (
LargeSizeThreshold = 5 * 1024 * 1024 LargeSizeThreshold = 5 * 1024 * 1024

@ -20,7 +20,7 @@ import (
) )
const ( const (
gitMediaType = "application/vnd.hawser" gitMediaType = "application/vnd.git-media"
gitMediaMetaType = gitMediaType + "+json; charset=utf-8" gitMediaMetaType = gitMediaType + "+json; charset=utf-8"
) )