Skip to content

Commit 488fe69

Browse files
committed
v0.2.73: Fix version duplication from hook
1 parent 4d90a48 commit 488fe69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/editor_app.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ std::string EditorApp::get_version() {
175175
} else {
176176
version = "BUG-merang!!!"; // fallback if VERSION file missing
177177
}
178-
return "pCode Editor version 0.2.70 (6f291ac)" + version;
178+
return "pCode Editor version " + version;
179179
}
180180

181181
// ============================================================================

0 commit comments

Comments
 (0)