Skip to content

Commit 885b804

Browse files
committed
updated version number to 0.1.7
1 parent a1a5db3 commit 885b804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tone/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
config.UseStrictParsing();
224224
config.CaseSensitivity(CaseSensitivity.None);
225225
config.SetApplicationName("tone");
226-
config.SetApplicationVersion("0.1.6");
226+
config.SetApplicationVersion("0.1.7");
227227
config.ValidateExamples();
228228
config.AddCommand<DumpCommand>("dump")
229229
.WithDescription("dump metadata for files and directories (directories are traversed recursively)")

0 commit comments

Comments
 (0)