Skip to content

Commit 69d0662

Browse files
qudixgithub-actions[bot]
authored andcommitted
maintenance
1 parent a7a8033 commit 69d0662

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/REL/Version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace REL
2222
return std::nullopt;
2323
}
2424

25-
Version version;
25+
Version version;
2626
std::istringstream ss(std::string(static_cast<const char*>(verBuf), verLen));
2727
std::string token;
2828
for (std::size_t i = 0; i < 4 && std::getline(ss, token, '.'); ++i) {

0 commit comments

Comments
 (0)