We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28253d5 commit bd10524Copy full SHA for bd10524
1 file changed
main.go
@@ -11,7 +11,7 @@ import (
11
const (
12
contentMediaType = "application/vnd.git-lfs"
13
metaMediaType = contentMediaType + "+json"
14
- version = "0.1.0"
+ version = "0.1.1"
15
)
16
17
var (
0 commit comments