Skip to content

Commit 58f7410

Browse files
chore(capi): update version in header
1 parent 98425d8 commit 58f7410

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

capi/rustsat.h

Lines changed: 3 additions & 3 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.8.0
1010
#define RUSTSAT_VERSION_MAJOR 0
11-
#define RUSTSAT_VERSION_MINOR 7
12-
#define RUSTSAT_VERSION_PATCH 3
11+
#define RUSTSAT_VERSION_MINOR 8
12+
#define RUSTSAT_VERSION_PATCH 0
1313

1414
#ifdef __cplusplus
1515
namespace RustSAT {

0 commit comments

Comments
 (0)