Skip to content

Commit 74fed50

Browse files
authored
Update version to v0.4.0 (#109)
1 parent a248510 commit 74fed50

File tree

3 files changed

+760
-4594
lines changed

3 files changed

+760
-4594
lines changed

datagen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import dataGenerator from './src/dataGenerator.js';
1717
import fs from 'fs';
1818
import { program, Option } from 'commander';
1919

20-
program.name('datagen').description('Fake Data Generator').version('0.3.0');
20+
program.name('datagen').description('Fake Data Generator').version('0.4.0');
2121

2222
program
2323
.requiredOption('-s, --schema <char>', 'Schema file to use')

0 commit comments

Comments
 (0)