diff --git a/VERSION b/VERSION index 9dd009585..d4a983403 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.60.0 +v1.60.1 diff --git a/docs/layouts/partials/version.html b/docs/layouts/partials/version.html index 514c72716..1267a326a 100644 --- a/docs/layouts/partials/version.html +++ b/docs/layouts/partials/version.html @@ -1 +1 @@ -v1.60.0 \ No newline at end of file +v1.60.1 \ No newline at end of file diff --git a/fs/versiontag.go b/fs/versiontag.go index a9bc5f0e7..b6c376534 100644 --- a/fs/versiontag.go +++ b/fs/versiontag.go @@ -1,4 +1,4 @@ package fs // VersionTag of rclone -var VersionTag = "v1.60.0" +var VersionTag = "v1.60.1"