Bump version to v0.1.0-dev19

This commit is contained in:
Stu Leak 2025-12-20 21:55:13 -05:00
parent a9804b3ad3
commit 7aa0de8bcb

View File

@ -73,7 +73,7 @@ var (
logsDirOnce sync.Once logsDirOnce sync.Once
logsDirPath string logsDirPath string
feedbackBundler = utils.NewFeedbackBundler() feedbackBundler = utils.NewFeedbackBundler()
appVersion = "v0.1.0-dev18" appVersion = "v0.1.0-dev19"
hwAccelProbeOnce sync.Once hwAccelProbeOnce sync.Once
hwAccelSupported atomic.Value // map[string]bool hwAccelSupported atomic.Value // map[string]bool