tfnotify icon indicating copy to clipboard operation
tfnotify copied to clipboard

Change main.version from const to var

Open kei2100 opened this issue 5 years ago • 0 comments

WHAT

Change main.version from const to var. If applied, this commit will fix #83

Here's the Github release that includes this commit. https://github.com/kei2100/tfnotify/releases/tag/v0.7.1-beta.1

$ wget https://github.com/kei2100/tfnotify/releases/download/v0.7.1-beta.1/tfnotify_darwin_amd64.tar.gz

$ tar xfv tfnotify_darwin_amd64.tar.gz

$ ./tfnotify --version
tfnotify version 0.7.1-beta.1

kei2100 avatar Nov 10 '20 10:11 kei2100