Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mchaisso committed Jun 12, 2023
1 parent 34bd156 commit d056237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class IO
IO ()
{
version = (char *) malloc(7);
strcpy(version, "1.2.5");
strcpy(version, "1.2.6");
region_and_motifs = NULL;
input_bam = NULL;
vntr_bed = NULL;
Expand Down

0 comments on commit d056237

Please sign in to comment.