Skip to content

Commit f5d0117

Browse files
authored
chore: dump version to 1.0.2 (#107)
1 parent 9d20660 commit f5d0117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/sonic/sonic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#define SONIC_MAJOR_VERSION 1
2323
#define SONIC_MINOR_VERSION 0
24-
#define SONIC_PATCH_VERSION 0
24+
#define SONIC_PATCH_VERSION 2
2525
#define SONIC_STRS(s) #s
2626
#define SONIC_VERSION_STRING \
2727
SONIC_STRS(SONIC_MAJOR_VERSION.SONIC_MINOR_VERSION.SONIC_PATCH.VERSION)

0 commit comments

Comments
 (0)