Skip to content

Commit 39f8053

Browse files
committed
version bump
1 parent d45dc08 commit 39f8053

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.0.3
1+
v0.0.4

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var EXTENSIONS []string = []string{
1111
"mp4", "mkv", "webm", "avi", "mov", "ts",
1212
}
1313

14-
var VERSION string = "v0.0.3"
14+
var VERSION string = "v0.0.4"
1515

1616
type Config struct {
1717
Host string `validate:"required,min=1,max=120"`

0 commit comments

Comments
 (0)