adresses review comments

This commit is contained in:
mazzol_a
2025-05-23 11:41:56 +02:00
parent 9343e3c667
commit 6d2f34ef1d
6 changed files with 23 additions and 17 deletions

View File

@@ -22,7 +22,7 @@ Version::Version(const std::string &s) {
bool Version::hasSemanticVersioning() const {
return (version_ != defaultBranch_[0]) && (version_ != defaultBranch_[1]);
return (version_ != defaultVersion_[0]) && (version_ != defaultVersion_[1]);
}
std::string Version::getVersion() const { return version_; }