Skip to content

Commit

Permalink
show version
Browse files Browse the repository at this point in the history
  • Loading branch information
flesnuk committed Nov 2, 2017
1 parent 50bcefb commit 7c9f91a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
)

const cachefile = "cache.gob"
const bikuVersion = "v1.0.1"

var osuFolder = ""
var lastago = -1
Expand Down
3 changes: 3 additions & 0 deletions mainwindow.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,9 @@ func getMainWindow(model *RowModel, tv *walk.TableView, imv *walk.ImageView, pan
},
Enabled: false,
},
Label{
Text: bikuVersion,
},
},
},
},
Expand Down

0 comments on commit 7c9f91a

Please sign in to comment.