We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d4f62e commit 604b1f7Copy full SHA for 604b1f7
src/lib/Version.h
@@ -28,7 +28,7 @@ constexpr auto STTP_TITLE = "STTP C++ Library";
28
29
// Defines the STTP library API version used for data subscriber identification.
30
// Note: This is not the STTP protocol version, but the version of the STTP library API.
31
-constexpr auto STTP_VERSION = "1.1.1";
+constexpr auto STTP_VERSION = "1.1.2";
32
33
// Defines when the STTP library API was last updated used for data subscriber identification.
34
-constexpr auto STTP_UPDATEDON = "2022-12-10";
+constexpr auto STTP_UPDATEDON = "2023-03-24";
0 commit comments