Skip to content

Commit 7bdadf2

Browse files
chore(capi): update version in header
1 parent 69af480 commit 7bdadf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

capi/rustsat.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
#include <stddef.h>
77
#include <stdint.h>
88
#include <stdlib.h>
9-
#define RUSTSAT_VERSION 0.7.3
9+
#define RUSTSAT_VERSION 0.7.4
1010
#define RUSTSAT_VERSION_MAJOR 0
1111
#define RUSTSAT_VERSION_MINOR 7
12-
#define RUSTSAT_VERSION_PATCH 3
12+
#define RUSTSAT_VERSION_PATCH 4
1313

1414
#ifdef __cplusplus
1515
namespace RustSAT {

0 commit comments

Comments
 (0)