summaryrefslogtreecommitdiff
path: root/src/components/include/utils/semantic_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/utils/semantic_version.h')
-rw-r--r--src/components/include/utils/semantic_version.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/include/utils/semantic_version.h b/src/components/include/utils/semantic_version.h
index 244ae82177..5fe7ce1deb 100644
--- a/src/components/include/utils/semantic_version.h
+++ b/src/components/include/utils/semantic_version.h
@@ -118,7 +118,8 @@ struct SemanticVersion {
uint16_t patch_version_ = 0;
};
-extern const SemanticVersion version_4_5;
+extern const SemanticVersion base_rpc_version;
+extern const SemanticVersion rpc_version_5;
}
#endif // SRC_COMPONENTS_INCLUDE_UTILS_CALLABLE_H \ No newline at end of file