Skip to content

Commit

Permalink
Set version
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Litvinov <jnashicq@gmail.com>
  • Loading branch information
Zensey committed Apr 10, 2024
1 parent ed4b0bf commit 811b7a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/resource/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import (

var (
// fixed non-string version. used for launcher version checks
intVersion = [4]uint16{1, 0, 45, 0}
intVersion = [4]uint16{1, 0, 47, 0}
// display version
strVersion = "1.0.45"
strVersion = "1.0.47"
)

func getIcon(path string) *winres.Icon {
Expand Down

0 comments on commit 811b7a6

Please sign in to comment.