Skip to content

Commit

Permalink
test: fix carpntr code snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
JaDogg committed Feb 25, 2024
1 parent 235beb2 commit 08b86c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/carpntr/main.yaka.c
Original file line number Diff line number Diff line change
Expand Up @@ -3746,7 +3746,7 @@ yk__sds yy__os_which(yk__sds yy__os_binary)
}
yk__sds yy__libs_version()
{
return yk__sdsnewlen("0.0.5", 5);
return yk__sdsnewlen("0.0.6", 5);
}
void yy__print_banner()
{
Expand Down

0 comments on commit 08b86c9

Please sign in to comment.