update version in app_menu_button.nim

This commit is contained in:
itwrx 2023-07-01 22:48:32 -05:00
parent 9c263d6cb2
commit ee6cce78f0
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ method view(button: AppMenuButtonState): Widget =
programName = "EZ-Bkup"
logo = "EZ-Bkup-icon"
style = [StyleClass("about-dialog")]
version = "0.9.6"
version = "0.9.7"
credits = @{
"Created By": @["https://ITwrx.org"],
"License": @["GPLv3"]