Skip to content

Commit

Permalink
version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Nov 13, 2024
1 parent cc10908 commit 8d85585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build-all
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ bzip2 -f $(build_for_os32 linux)
build_for_win64
build_for_win32 -tags nosql

bzip2 -f $(build_for_os64 freebsd)
bzip2 -f $(build_for_os32 freebsd)
#bzip2 -f $(build_for_os64 freebsd)
#bzip2 -f $(build_for_os32 freebsd)

build_for_mac

2 changes: 1 addition & 1 deletion pkg/appinfo/app_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package appinfo
const (
APP_NAME = "ayandict"
APP_DESC = "AyanDict"
VERSION = "v2.0.0"
VERSION = "v2.1.0"
)

const ABOUT = `AyanDict is simple dictionary application based on Qt and written in Go.
Expand Down

0 comments on commit 8d85585

Please sign in to comment.