Skip to content

Commit 19ff16a

Browse files
committed
v0.2.71: Fix version hardcoded string duplication bug
1 parent 9a8eaf6 commit 19ff16a

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.68 (a84c392)" + version;
178+
return "pCode Editor version " + version;
179179
}
180180

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

0 commit comments

Comments
 (0)