Skip to content

Commit 92a274f

Browse files
committed
Revert "chore: bump version to v0.1.0-alpha.3"
This reverts commit b0311e1.
1 parent c5e663e commit 92a274f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/tui/app/model.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func (a AppModel) Header() string {
176176
func (a AppModel) Footer() string {
177177
name := styles.ApplyGradientToFooter("REQ")
178178
footerText := styles.FooterSegmentStyle.Render(a.Views[a.focusedView].GetFooterSegment())
179-
version := styles.FooterVersionStyle.Width(a.width - lipgloss.Width(name) - lipgloss.Width(footerText)).Render("v0.1.0-alpha.3")
179+
version := styles.FooterVersionStyle.Width(a.width - lipgloss.Width(name) - lipgloss.Width(footerText)).Render("v0.1.0-alpha.2")
180180
return lipgloss.JoinHorizontal(lipgloss.Left, name, footerText, version)
181181
}
182182

0 commit comments

Comments
 (0)