Skip to content

Commit aaa39c3

Browse files
committed
bump: v2.0.0-rc.1
1 parent 03f24b8 commit aaa39c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

internal/utils/info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package utils
22

33
const (
4-
AppVersion = "v1.0.53"
4+
AppVersion = "v2.0.0-rc.1"
55
AppName = "e1s"
66
)

internal/view/footer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ func (v *view) addFooterItems() {
8484

8585
// e1s info label
8686
t := tview.NewTextView().SetDynamicColors(true).SetText(fmt.Sprintf(color.FooterE1sFmt, utils.AppName, utils.AppVersion))
87-
v.footer.footerFlex.AddItem(t, 14, 0, false)
87+
v.footer.footerFlex.AddItem(t, len(utils.AppVersion)+7, 0, false)
8888
}

0 commit comments

Comments
 (0)