Skip to content

Commit aa1b3fe

Browse files
authored
release v0.1.1 (#5)
1 parent e435a29 commit aa1b3fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/nbytes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -827,12 +827,12 @@ size_t SearchString(const char *haystack, size_t haystack_length,
827827

828828
// ============================================================================
829829
// Version metadata
830-
#define NBYTES_VERSION "0.1.0"
830+
#define NBYTES_VERSION "0.1.1"
831831

832832
enum {
833833
NBYTES_VERSION_MAJOR = 0,
834834
NBYTES_VERSION_MINOR = 1,
835-
NBYTES_VERSION_REVISION = 0,
835+
NBYTES_VERSION_REVISION = 1,
836836
};
837837

838838
} // namespace nbytes

0 commit comments

Comments
 (0)