From 5ed2cf8bc0e61fe00f73e21f49f29d18c1604fa0 Mon Sep 17 00:00:00 2001 From: Alberto GH Date: Wed, 25 Mar 2020 12:30:05 +0000 Subject: [PATCH] Increase version number to 1.0 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 5ba2ff6..bd17936 100644 --- a/main.go +++ b/main.go @@ -32,7 +32,7 @@ import ( const ( fontsDir = "fonts" fontsExt = ".mcm" - appVersion = "0.9" + appVersion = "1.0" updatesSource = "https://github.com/FrSkyRC/FrSkyOSDApp" )