Skip to content

Commit cd6c8d3

Browse files
Bump version.
1 parent f620321 commit cd6c8d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

antithesis-sdk-cpp.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
with pkgs;
33
stdenv.mkDerivation {
44
pname = "antithesis-sdk-cpp";
5-
version = "0.4.2";
5+
version = "0.4.3";
66

77
src = ./.;
88

antithesis_sdk.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#include <utility>
4949

5050
namespace antithesis {
51-
inline const char* SDK_VERSION = "0.4.0";
51+
inline const char* SDK_VERSION = "0.4.3";
5252
inline const char* PROTOCOL_VERSION = "1.1.0";
5353

5454
struct JSON; struct JSONArray;

0 commit comments

Comments
 (0)