diff options
Diffstat (limited to 'gui/internal/ui/window.go')
| -rw-r--r-- | gui/internal/ui/window.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/internal/ui/window.go b/gui/internal/ui/window.go index ce991d8..5132c12 100644 --- a/gui/internal/ui/window.go +++ b/gui/internal/ui/window.go @@ -20,6 +20,10 @@ import ( "krino/internal/xdg" ) +// Version is what About shows. main stamps it at build time; "dev" is +// what a plain `go build` leaves. +var Version = "dev" + // Window is krino-gui's one window: three tabs, and a status bar. type Window struct { app *gtk.Application |
