Skip to content

Commit a7afa04

Browse files
committed
bump: version in favor of fix: export links originDD
1 parent c9418da commit a7afa04

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

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.1.2"
37+
var VERSION string = "v0.1.3"
3838

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

0 commit comments

Comments
 (0)