aboutsummaryrefslogtreecommitdiff
path: root/source/lib/include/wanda/proto/version.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/include/wanda/proto/version.hpp')
-rw-r--r--source/lib/include/wanda/proto/version.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/lib/include/wanda/proto/version.hpp b/source/lib/include/wanda/proto/version.hpp
new file mode 100644
index 0000000..faa17d7
--- /dev/null
+++ b/source/lib/include/wanda/proto/version.hpp
@@ -0,0 +1,12 @@
+#ifndef WANDA_PROTO_VERSION_HPP
+#define WANDA_PROTO_VERSION_HPP
+
+namespace wanda::proto
+{
+ inline namespace v1
+ {
+ auto constexpr version = "1.0.0";
+ }
+} // namespace wanda::proto
+
+#endif \ No newline at end of file