Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ludi committed Oct 15, 2018
1 parent 68b2eab commit 642854c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/dentist/swinfo.d
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import dentist.common : testingOnly;
import std.string : wrap;

enum executableName = "dentist";
enum gitVersion = "v0.0.1-rc.0";
enum gitVersion = "v0.0.1-rc.1";
enum version_ = gitVersion ~ testingOnly!"+testing";
enum description = "Close assembly gaps using long-reads with focus on correctness.".wrap;
enum copyright = "Copyright © 2018, Arne Ludwig <arne.ludwig@posteo.de>".wrap;
Expand Down

0 comments on commit 642854c

Please sign in to comment.