Skip to content

Commit

Permalink
chore: update version identifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
noahzeisberg committed Jan 21, 2024
1 parent 1493d12 commit a66a8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
var (
username, _ = strings.CutPrefix(convert.ValueOf(utils.Catch(os.UserHomeDir())), "C:\\Users\\")
device, _ = os.Hostname()
version = "v1.18.1"
version = "v1.19.0"
homeDir, _ = os.UserHomeDir()
mainDir = homeDir + "\\.fy\\"
tempDir = mainDir + "temp\\"
Expand Down

0 comments on commit a66a8da

Please sign in to comment.