Skip to content

Commit

Permalink
updated version number to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreas committed Jun 3, 2024
1 parent a1a5db3 commit 885b804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tone/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
config.UseStrictParsing();
config.CaseSensitivity(CaseSensitivity.None);
config.SetApplicationName("tone");
config.SetApplicationVersion("0.1.6");
config.SetApplicationVersion("0.1.7");
config.ValidateExamples();
config.AddCommand<DumpCommand>("dump")
.WithDescription("dump metadata for files and directories (directories are traversed recursively)")
Expand Down

0 comments on commit 885b804

Please sign in to comment.