From fa6c929ec8c18923ffeaeebf1af76bbe0f858bb1 Mon Sep 17 00:00:00 2001 From: Leonid Nikitin Date: Sat, 10 May 2025 18:35:26 +0500 Subject: [PATCH] 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. --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 4b285b2..d35b27d 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,7 @@ func init() { appMetadata := &fyne.AppMetadata{ ID: "net.kor-elf.projects.gui-for-ffmpeg", Name: "GUI for FFmpeg", - Version: "0.7.0", + Version: "0.8.0", Icon: iconResource, }