Skip to content

Commit 11cfd41

Browse files
committed
bump version patch number to 1.29.6
1 parent 69cfa83 commit 11cfd41

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

render/view.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func (m rootModel) View() string {
152152

153153
if m.result == api.VerificationResultSlugSuccess && m.isSubmit {
154154
str.WriteString("\n\n" + green.Render("All tests passed! 🎉") + "\n")
155-
if m.xpReward > 0 {
155+
if m.xpReward >= 0 {
156156
str.WriteString("\n")
157157
str.WriteString(green.Bold(true).Render(fmt.Sprintf("Gained +%d XP", m.xpReward)))
158158
str.WriteByte('\n')

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.29.5
1+
v1.29.6

0 commit comments

Comments
 (0)