diff --git a/VERSION b/VERSION index d0109c6f7..5817dd3f9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.70.0 +v1.70.1 diff --git a/docs/layouts/partials/version.html b/docs/layouts/partials/version.html index 0f7b0bc6f..35635f499 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.70.1 \ No newline at end of file diff --git a/fs/versiontag.go b/fs/versiontag.go index 089a55fe7..3cf683bde 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.70.1"