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 f620321 commit cd6c8d3Copy full SHA for cd6c8d3
antithesis-sdk-cpp.nix
@@ -2,7 +2,7 @@
2
with pkgs;
3
stdenv.mkDerivation {
4
pname = "antithesis-sdk-cpp";
5
- version = "0.4.2";
+ version = "0.4.3";
6
7
src = ./.;
8
antithesis_sdk.h
@@ -48,7 +48,7 @@
48
#include <utility>
49
50
namespace antithesis {
51
- inline const char* SDK_VERSION = "0.4.0";
+ inline const char* SDK_VERSION = "0.4.3";
52
inline const char* PROTOCOL_VERSION = "1.1.0";
53
54
struct JSON; struct JSONArray;
0 commit comments