Skip to content

Commit

Permalink
chore(version): bump default version [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj committed Jan 30, 2025
1 parent 95ba6d7 commit 6fbf18b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,11 @@ type genericMsg struct {

type View int

var fitsVRAM float64
var Version string // Version is set by the build system

func main() {
if Version == "" {
Version = "1.28.0"
Version = "1.28.8"
}

cfg, err := config.LoadConfig()
Expand Down

0 comments on commit 6fbf18b

Please sign in to comment.