Skip to content

Commit 97a3752

Browse files
committed
chore: proper version string in app binary
1 parent d177055 commit 97a3752

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

bin/mysql2jsonl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ use Symfony\Component\Console\Application;
77

88
require_once __DIR__ . '/../vendor/autoload.php';
99

10+
// x-release-please-start-version
11+
const VERSION = '1.4.0';
12+
// x-release-please-end
13+
1014
$application = new Application(
1115
basename(__FILE__),
12-
'x-release-please-version'
16+
VERSION
1317
);
1418

1519
$application->addCommands([

0 commit comments

Comments
 (0)