diff --git a/VERSION b/VERSION index d0109c6f7..b9c69fd32 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.70.0 +v1.71.0 diff --git a/docs/layouts/partials/version.html b/docs/layouts/partials/version.html index 0f7b0bc6f..c07919d15 100644 --- a/docs/layouts/partials/version.html +++ b/docs/layouts/partials/version.html @@ -1 +1 @@ -v1.70.0 \ No newline at end of file +v1.71.0 \ No newline at end of file diff --git a/fs/versiontag.go b/fs/versiontag.go index 089a55fe7..021976ea5 100644 --- a/fs/versiontag.go +++ b/fs/versiontag.go @@ -1,4 +1,4 @@ package fs // VersionTag of rclone -var VersionTag = "v1.70.0" +var VersionTag = "v1.71.0"