We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9418da commit a7afa04Copy full SHA for a7afa04
VERSION.txt
@@ -1 +1 @@
1
-v0.1.2
+v0.1.3
config/config.go
@@ -34,7 +34,7 @@ var EXTENSIONS []string = []string{
34
"dv", // Digital Video format
35
}
36
37
-var VERSION string = "v0.1.2"
+var VERSION string = "v0.1.3"
38
39
type Config struct {
40
Host string `validate:"required,min=1,max=120"`
0 commit comments