chore: bump patch version

This commit is contained in:
Julien Oculi 2024-01-16 11:20:54 +01:00
parent b426c3f8bc
commit 992925b99e
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -8,7 +8,7 @@ import { Command } from 'cliffy'
await new Command()
.name('redmine-csv-loader')
.description('Create Redmine users from CSV and add users to a group.')
.version('0.1.0')
.version('0.1.1')
.option('-g, --group <group:string>', 'Name of the group to add users in.')
.option(
'-a, --only-add [only-add:boolean]',