Skip to content

Commit 8bb7f39

Browse files
committed
Fixing #27 for Release
Signed-off-by: Shivansh Vij <shivanshvij@loopholelabs.io>
1 parent 50e6cb1 commit 8bb7f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polyglot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ extern "C" {
2828

2929
#define POLYGLOT_VERSION_MAJOR 1
3030
#define POLYGLOT_VERSION_MINOR 1
31-
#define POLYGLOT_VERSION_MICRO 3
31+
#define POLYGLOT_VERSION_MICRO 4
3232

3333
#define POLYGLOT_VERSION \
3434
((POLYGLOT_VERSION_MAJOR * 10000) + \

0 commit comments

Comments
 (0)