Change Version from class to struct
diff --git a/include/oboe/Version.h b/include/oboe/Version.h
index ce468eb..c143ebc 100644
--- a/include/oboe/Version.h
+++ b/include/oboe/Version.h
@@ -51,9 +51,7 @@
 
 namespace oboe {
 
-class Version {
-
-public:
+struct Version {
     /**
      * This is incremented when we make breaking API changes. Based loosely on https://semver.org/.
      */