We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735ddbd commit 0da8fa8Copy full SHA for 0da8fa8
FyneApp.toml
@@ -4,5 +4,5 @@ Website = "https://github.com/Licoy/fetch-github-hosts"
4
Icon = "assets/public/logo.png"
5
Name = "Fetch-Github-Hosts"
6
ID = "com.github.licoy.fetch-github-hosts"
7
- Version = "2.7"
+ Version = "2.8"
8
Build = 58
util.go
@@ -14,7 +14,7 @@ import (
14
)
15
16
const (
17
- VERSION = 2.7
+ VERSION = 2.8
18
19
20
var (
0 commit comments