Skip to content

Commit 603e5e1

Browse files
chore: bump version to 1.1.1 globally
1 parent 46e22ad commit 603e5e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/kairo/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ func getCurrentVersion() string {
277277
}
278278

279279
// Fallback to default
280-
return "1.0.0"
280+
return "1.1.1"
281281
}
282282

283283
type GitHubRelease struct {

internal/app/model.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ func (m *Model) renderFooter() string {
920920
if m.syncEngine != nil && m.syncEngine.Enabled() {
921921
syncStatus = styles.IconSync + " "
922922
}
923-
right = m.s.Muted.Render(syncStatus + "v1.1.0 ")
923+
right = m.s.Muted.Render(syncStatus + "v1.1.1 ")
924924
}
925925

926926
line := render.BarLine(left, right, m.width, m.s.Theme.Bg)

0 commit comments

Comments
 (0)