From 32f4b450ea6dc6006a9e5a717396f93d57922e65 Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Thu, 16 Feb 2023 18:24:19 +0900 Subject: [PATCH] bump version to 0.0.6 --- README.md | 3 ++- VERSION | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23b00dd..1b186b8 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ copy done: test/testdir/asdf ```console $ mscp -h -mscp v0.0.5: copy files over multiple ssh connections +mscp v0.0.6: copy files over multiple ssh connections Usage: mscp [vqDCHdNh] [-n nr_conns] [-m coremask] [-s min_chunk_sz] [-S max_chunk_sz] [-a nr_ahead] [-b buf_sz] @@ -159,6 +159,7 @@ Usage: mscp [vqDCHdNh] [-n nr_conns] [-m coremask] -v increment verbose output level -q disable output -D dry run + -r no effect -l LOGIN_NAME login name -p PORT port number diff --git a/VERSION b/VERSION index bbdeab6..1750564 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.5 +0.0.6