Skip to content

Commit 4f88dc1

Browse files
committed
Bump version to 0.2.29
1 parent f13d2d1 commit 4f88dc1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.28
1+
0.2.29

src/editor_app.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2801,7 +2801,7 @@ void EditorApp::render_status_bar() {
28012801
ImGui::SameLine();
28022802

28032803
// Version with git hash
2804-
ImGui::Text("v0.2.28");
2804+
ImGui::Text("v0.2.29");
28052805
}
28062806

28072807
ImGui::PopStyleColor();

0 commit comments

Comments
 (0)