Skip to content

Commit cd64333

Browse files
committed
version bump
1 parent 752b4a4 commit cd64333

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.7
1+
v0.0.8

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var EXTENSIONS []string = []string{
3434
"dv", // Digital Video format
3535
}
3636

37-
var VERSION string = "v0.0.7"
37+
var VERSION string = "v0.0.8"
3838

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

0 commit comments

Comments
 (0)