From beb26377349df14e41bba37e23dbf45427821cfd Mon Sep 17 00:00:00 2001 From: Saeed Rasooli Date: Mon, 10 Apr 2023 01:14:59 +0330 Subject: [PATCH] version 1.0.0 --- pkg/application/app_common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/application/app_common.go b/pkg/application/app_common.go index 8982e92..0780d58 100644 --- a/pkg/application/app_common.go +++ b/pkg/application/app_common.go @@ -5,7 +5,7 @@ import ( "github.com/therecipe/qt/widgets" ) -const VERSION = "0.1.0" +const VERSION = "1.0.0" const ABOUT = `AyanDict is simple dictionary appliation based on Qt and written in Go.