Skip to content

Commit f9eefc4

Browse files
committed
Bump version to 0.2.30
1 parent 4a7f640 commit f9eefc4

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.29
1+
0.2.30

src/editor_app.cpp

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

28092809
// Version with git hash
2810-
ImGui::Text("v0.2.29");
2810+
ImGui::Text("v0.2.30");
28112811
}
28122812

28132813
ImGui::PopStyleColor();

0 commit comments

Comments
 (0)