Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aloima committed Sep 13, 2024
1 parent 7fd9ed6 commit 27bbbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/telly.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ int main(int argc, char *argv[]) {
const char *arg = argv[1];

if (streq(arg, "version")) {
puts("tellydb version 0.1.0");
puts("tellydb version 0.1.1");
return EXIT_SUCCESS;
} else if (streq(arg, "help")) {
puts((
Expand Down

0 comments on commit 27bbbf4

Please sign in to comment.