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 752b4a4 commit cd64333Copy full SHA for cd64333
VERSION.txt
@@ -1 +1 @@
1
-v0.0.7
+v0.0.8
config/config.go
@@ -34,7 +34,7 @@ var EXTENSIONS []string = []string{
34
"dv", // Digital Video format
35
}
36
37
-var VERSION string = "v0.0.7"
+var VERSION string = "v0.0.8"
38
39
type Config struct {
40
Host string `validate:"required,min=1,max=120"`
0 commit comments