Skip to content

Commit 09b346a

Browse files
committed
feat: release v2.6
1 parent 39d916c commit 09b346a

9 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-linux-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Go
2424
uses: actions/setup-go@v2
2525
with:
26-
go-version: 1.18.2
26+
go-version: 1.20.2
2727

2828
- name: Go tidy
2929
run: go mod tidy

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v2
2222
with:
23-
go-version: 1.18.2
23+
go-version: 1.20.2
2424

2525
- name: Go tidy
2626
run: go mod tidy

FyneApp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ Website = "https://github.com/Licoy/fetch-github-hosts"
44
Icon = "assets/public/logo.png"
55
Name = "Fetch-Github-Hosts"
66
ID = "com.github.licoy.fetch-github-hosts"
7-
Version = "2.5"
7+
Version = "2.6"
88
Build = 58
-9.07 KB
Loading
-31.9 KB
Loading
-20.8 KB
Loading

assets/public/docs/client.png

-17 KB
Loading

assets/public/docs/server.png

-37.7 KB
Loading

util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const (
16-
VERSION = 2.5
16+
VERSION = 2.6
1717
)
1818

1919
var (

0 commit comments

Comments
 (0)