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 19, 2024
1 parent 8bd5895 commit e6a7552
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, 47, 0}
intVersion = [4]uint16{1, 0, 48, 0}
// display version
strVersion = "1.0.47"
strVersion = "1.0.48"
)

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

0 comments on commit e6a7552

Please sign in to comment.