From 43cace8665d518f4c024e6c66d876128a2f2fc82 Mon Sep 17 00:00:00 2001 From: Licoy Date: Thu, 30 Jun 2022 08:01:47 +0800 Subject: [PATCH] feat: release v2.3 --- FyneApp.toml | 2 +- util.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FyneApp.toml b/FyneApp.toml index cea4126..5112963 100644 --- a/FyneApp.toml +++ b/FyneApp.toml @@ -4,5 +4,5 @@ Website = "https://github.com/Licoy/fetch-github-hosts" Icon = "logo.png" Name = "Fetch-Github-Hosts" ID = "com.github.licoy.fetch-github-hosts" - Version = "2.2" + Version = "2.3" Build = 58 diff --git a/util.go b/util.go index 850ef51..c7f2e3b 100644 --- a/util.go +++ b/util.go @@ -14,7 +14,7 @@ import ( ) const ( - VERSION = 2.2 + VERSION = 2.3 ) var (