Bump version

This commit is contained in:
ge
2025-09-24 21:01:49 +03:00
parent 510c5ff43f
commit 238a27c346
2 changed files with 3 additions and 3 deletions

2
fdup.v
View File

@@ -35,7 +35,7 @@ fn main() {
mut app := cli.Command{
name: 'fdup'
description: 'File duplicates finder'
version: '0.2.0'
version: '0.2.1'
usage: '[DIR...]'
execute: find
defaults: struct {