Skip to content

Commit b0311e1

Browse files
committed
chore: bump version to v0.1.0-alpha.3
- Reflects architectural improvements and backend cleanup - Message-driven navigation and CRUD operations - Performance improvements with efficient batch queries - Enhanced error handling prototype
1 parent 84ab6c5 commit b0311e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/tui/app/model.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ func (a AppModel) Header() string {
159159
func (a AppModel) Footer() string {
160160
name := styles.ApplyGradientToFooter("REQ")
161161
footerText := styles.FooterSegmentStyle.Render(a.Views[a.focusedView].GetFooterSegment())
162-
version := styles.FooterVersionStyle.Width(a.width - lipgloss.Width(name) - lipgloss.Width(footerText)).Render("v0.1.0-alpha.2")
162+
version := styles.FooterVersionStyle.Width(a.width - lipgloss.Width(name) - lipgloss.Width(footerText)).Render("v0.1.0-alpha.3")
163163
return lipgloss.JoinHorizontal(lipgloss.Left, name, footerText, version)
164164
}
165165

0 commit comments

Comments
 (0)