diff --git a/VERSION b/VERSION index 9dd009585..137ade0bc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.60.0 +v1.61.0 diff --git a/docs/layouts/partials/version.html b/docs/layouts/partials/version.html index 514c72716..d9a35e5f7 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.61.0 \ No newline at end of file diff --git a/fs/versiontag.go b/fs/versiontag.go index a9bc5f0e7..15da27a84 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.61.0"