From e28c4a63a52b7d58275bdda4b0f342e8ce4b4d95 Mon Sep 17 00:00:00 2001 From: Licoy Date: Mon, 27 Jun 2022 13:04:34 +0800 Subject: [PATCH] feat: release v2.2 --- FyneApp.toml | 2 +- util.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FyneApp.toml b/FyneApp.toml index 4221726..cea4126 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.1" + Version = "2.2" Build = 58 diff --git a/util.go b/util.go index 76cb052..605c9b5 100644 --- a/util.go +++ b/util.go @@ -14,7 +14,7 @@ import ( ) const ( - VERSION = 2.1 + VERSION = 2.2 ) var (