Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dd86k committed Sep 7, 2021
1 parent 842560b commit 6a101bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ddhx/ddhx.d
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import ddhx.searcher : searchLast;
enum DDHX_COPYRIGHT = "Copyright (c) dd86k <[email protected]> 2017-2021";

/// App version
enum DDHX_VER = "0.3.0";
enum DDHX_VER = "0.3.1";

/// Version line
enum DDHX_VERSION = "ddhx " ~ DDHX_VER ~ " (built " ~ __TIMESTAMP__~")";
Expand Down

0 comments on commit 6a101bb

Please sign in to comment.