Skip to content

Commit 08b86c9

Browse files
committed
test: fix carpntr code snapshot
1 parent 235beb2 commit 08b86c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/carpntr/main.yaka.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3746,7 +3746,7 @@ yk__sds yy__os_which(yk__sds yy__os_binary)
37463746
}
37473747
yk__sds yy__libs_version()
37483748
{
3749-
return yk__sdsnewlen("0.0.5", 5);
3749+
return yk__sdsnewlen("0.0.6", 5);
37503750
}
37513751
void yy__print_banner()
37523752
{

0 commit comments

Comments
 (0)