File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414 "github.com/Bharath-code/git-scope/internal/tui"
1515)
1616
17- const version = "1.0.0 "
17+ const version = "1.0.1 "
1818
1919func usage () {
2020 fmt .Fprintf (os .Stderr , `git-scope v%s — A fast TUI to see the status of all git repositories
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ func (m Model) renderDashboard() string {
9494
9595 // Header with logo on its own line
9696 logo := lipgloss .NewStyle ().Bold (true ).Foreground (lipgloss .Color ("#A78BFA" )).Render ("git-scope" )
97- version := lipgloss .NewStyle ().Foreground (lipgloss .Color ("#6B7280" )).Render (" v1.0.0 " )
97+ version := lipgloss .NewStyle ().Foreground (lipgloss .Color ("#6B7280" )).Render (" v1.0.1 " )
9898 b .WriteString (logo + version )
9999 b .WriteString ("\n \n " )
100100
You can’t perform that action at this time.
0 commit comments