Skip to content

Commit 604b1f7

Browse files
Updated version to 1.1.2
1 parent 9d4f62e commit 604b1f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ constexpr auto STTP_TITLE = "STTP C++ Library";
2828

2929
// Defines the STTP library API version used for data subscriber identification.
3030
// Note: This is not the STTP protocol version, but the version of the STTP library API.
31-
constexpr auto STTP_VERSION = "1.1.1";
31+
constexpr auto STTP_VERSION = "1.1.2";
3232

3333
// Defines when the STTP library API was last updated used for data subscriber identification.
34-
constexpr auto STTP_UPDATEDON = "2022-12-10";
34+
constexpr auto STTP_UPDATEDON = "2023-03-24";

0 commit comments

Comments
 (0)