Update app version to 0.8.0

Bumped the application version from 0.7.0 to 0.8.0 in `main.go`. This prepares the app for the new release and reflects recent changes or improvements.
This commit is contained in:
Leonid Nikitin 2025-05-10 18:35:26 +05:00
parent cce45ee791
commit fa6c929ec8
Signed by: kor-elf
GPG Key ID: DAB5355A11C22541

View File

@ -26,7 +26,7 @@ func init() {
appMetadata := &fyne.AppMetadata{ appMetadata := &fyne.AppMetadata{
ID: "net.kor-elf.projects.gui-for-ffmpeg", ID: "net.kor-elf.projects.gui-for-ffmpeg",
Name: "GUI for FFmpeg", Name: "GUI for FFmpeg",
Version: "0.7.0", Version: "0.8.0",
Icon: iconResource, Icon: iconResource,
} }