Skip to content

Commit a026cbf

Browse files
committed
chore: bump version
1 parent 1fdbb6e commit a026cbf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

main.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const (
4040
// Constants for limits
4141
const (
4242
maxAccountsForRoleLoading = 100
43-
Version = "0.0.8"
43+
Version = "0.1.2"
4444
)
4545

4646
// Messages
@@ -1930,11 +1930,6 @@ func (m model) View() (string, *tea.Cursor) {
19301930
formContent.WriteString(m.dynamicStyles.errorText.Render(m.formError) + "\n\n")
19311931
}
19321932

1933-
// No success message needed here anymore, transition happens immediately
1934-
// if m.formSuccess != "" {
1935-
// formContent.WriteString(m.dynamicStyles.successText.Render(m.formSuccess) + "\n\n")
1936-
// }
1937-
19381933
formContent.WriteString(m.dynamicStyles.help.Render("Press ESC to cancel"))
19391934

19401935
content = lipgloss.JoinVertical(lipgloss.Left, formTitle, formContent.String())

0 commit comments

Comments
 (0)