Skip to content

Commit 06c4d89

Browse files
committed
Bump version string
1 parent fffc3a6 commit 06c4d89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/app.d

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import gentool.options;
1313
extern (C) int gentool_run(int compilerArgc, const(char*)* compilerArgv, CInputOptions inOpts, COutputOptions outOpts);
1414

1515
immutable HELP_MESSAGE =
16-
r"Oh My Gentool - v0.2.0
16+
r"Oh My Gentool - v0.3.0
1717
Generates D bindings from C/C++ code
1818
1919
USAGE:

source/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ namespace fs = std::experimental::filesystem;
7171

7272

7373
static constexpr const char* HELP_MSG =
74-
R"(Oh My Gentool - v0.1.0
74+
R"(Oh My Gentool - v0.3.0
7575
Generates D bindings from C/C++ code
7676
7777
USAGE:

0 commit comments

Comments
 (0)