Skip to content

Commit

Permalink
feat: release v2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Licoy committed Jun 1, 2023
1 parent 39d916c commit 09b346a
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-windows.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.18.2
go-version: 1.20.2

- name: Go tidy
run: go mod tidy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18.2
go-version: 1.20.2

- name: Go tidy
run: go mod tidy
Expand Down
2 changes: 1 addition & 1 deletion FyneApp.toml
Expand Up @@ -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.5"
Version = "2.6"
Build = 58
Binary file modified assets/public/docs/client-custom.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/public/docs/client-select.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/public/docs/client-start.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/public/docs/client.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/public/docs/server.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion util.go
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
VERSION = 2.5
VERSION = 2.6
)

var (
Expand Down

0 comments on commit 09b346a

Please sign in to comment.