Skip to content

Commit a2b9f13

Browse files
authored
chore: release 0.1.0 (#2)
1 parent b4cefa5 commit a2b9f13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/nbytes.h

Lines changed: 3 additions & 3 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.0.1"
830+
#define NBYTES_VERSION "0.1.0"
831831

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

838838
} // namespace nbytes

0 commit comments

Comments
 (0)