Skip to content

Commit

Permalink
Updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Vera Alvarez committed Dec 4, 2024
1 parent 18c3a99 commit 1e49a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ void PrintUsage(char *pname) {
ptr = ptr ? ptr + 1 : (char *) pname;

fprintf(stderr, "\nBAMscale: a tool to quantify peaks, and scale sequencing data\n");
fprintf(stderr, "Version: %s\n", "v0.0.6");
fprintf(stderr, "Version: %s\n", "v0.0.7");

fprintf(stderr, "\nUsage: %s <command>\n", ptr);
fprintf(stderr, "\n\tCommands\tDescription\n");
Expand Down

0 comments on commit 1e49a43

Please sign in to comment.