Skip to content

Commit

Permalink
Update version to v0.2.2 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Apr 20, 2023
1 parent 4a3e5fd commit 1732db2
Show file tree
Hide file tree
Showing 3 changed files with 257 additions and 253 deletions.
2 changes: 1 addition & 1 deletion datagen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import dataGenerator from './src/dataGenerator.js';
import fs from 'fs';
import { program, Option } from 'commander';

program.name('datagen').description('Fake Data Generator').version('0.2.1');
program.name('datagen').description('Fake Data Generator').version('0.2.2');

program
.requiredOption('-s, --schema <char>', 'Schema file to use')
Expand Down
Loading

0 comments on commit 1732db2

Please sign in to comment.