From 9b6923ab66a6a1e94e6348745517e8321bfdd802 Mon Sep 17 00:00:00 2001 From: Licoy Date: Fri, 23 Sep 2022 12:43:28 +0800 Subject: [PATCH] feat: release v2.5 --- FyneApp.toml | 2 +- util.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FyneApp.toml b/FyneApp.toml index 8c7b61a..fddca0b 100644 --- a/FyneApp.toml +++ b/FyneApp.toml @@ -4,5 +4,5 @@ Website = "https://github.com/Licoy/fetch-github-hosts" Icon = "assets/public/logo.png" Name = "Fetch-Github-Hosts" ID = "com.github.licoy.fetch-github-hosts" - Version = "2.4" + Version = "2.5" Build = 58 diff --git a/util.go b/util.go index e018246..e85581c 100644 --- a/util.go +++ b/util.go @@ -14,7 +14,7 @@ import ( ) const ( - VERSION = 2.4 + VERSION = 2.5 ) var (