Skip to content

Commit

Permalink
YAR-14287: Update version to v0.2.1 (MaterializeInc#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev authored and Andre Rosa committed Feb 12, 2024
1 parent b05d9ab commit 9facfdb
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 299 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.0');
program.name('datagen').description('Fake Data Generator').version('0.2.1');

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

0 comments on commit 9facfdb

Please sign in to comment.