This commit is contained in:
sqshq 2019-12-24 13:24:01 -05:00
parent 51a334c94d
commit 43fa3049db
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ func NewStatusBar(configFileName string, palette console.Palette) *StatusBar {
block := *ui.NewBlock()
block.Border = false
text := fmt.Sprintf(" %s %s | %s", console.AppTitle, console.AppVersion, configFileName)
text := fmt.Sprintf(" %s %s @ %s", console.AppTitle, console.AppVersion, configFileName)
return &StatusBar{
Block: NewBlock("", false, palette),

View File

@ -15,7 +15,7 @@ const (
ColumnsCount = 80
RowsCount = 40
AppTitle = "sampler"
AppVersion = "1.0.3"
AppVersion = "1.1.0"
)
const (