Bump version to v0.1.0-dev23
This commit is contained in:
parent
dfba8c73df
commit
182f74ee4e
|
|
@ -2,5 +2,5 @@
|
||||||
Icon = "assets/logo/VT_Icon.png"
|
Icon = "assets/logo/VT_Icon.png"
|
||||||
Name = "VideoTools"
|
Name = "VideoTools"
|
||||||
ID = "com.leaktechnologies.videotools"
|
ID = "com.leaktechnologies.videotools"
|
||||||
Version = "0.1.0-dev22"
|
Version = "0.1.0-dev23"
|
||||||
Build = 21
|
Build = 21
|
||||||
|
|
|
||||||
2
main.go
2
main.go
|
|
@ -71,7 +71,7 @@ var (
|
||||||
logsDirOnce sync.Once
|
logsDirOnce sync.Once
|
||||||
logsDirPath string
|
logsDirPath string
|
||||||
feedbackBundler = utils.NewFeedbackBundler()
|
feedbackBundler = utils.NewFeedbackBundler()
|
||||||
appVersion = "v0.1.0-dev22"
|
appVersion = "v0.1.0-dev23"
|
||||||
|
|
||||||
hwAccelProbeOnce sync.Once
|
hwAccelProbeOnce sync.Once
|
||||||
hwAccelSupported atomic.Value // map[string]bool
|
hwAccelSupported atomic.Value // map[string]bool
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user