diff --git a/VERSION b/VERSION index 6b007f135..1ba6c0167 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.62.1 +v1.62.2 diff --git a/docs/layouts/partials/version.html b/docs/layouts/partials/version.html index 8fbd8bcff..a477bf9f4 100644 --- a/docs/layouts/partials/version.html +++ b/docs/layouts/partials/version.html @@ -1 +1 @@ -v1.62.1 \ No newline at end of file +v1.62.2 \ No newline at end of file diff --git a/fs/versiontag.go b/fs/versiontag.go index 09362552e..b7e26c1b7 100644 --- a/fs/versiontag.go +++ b/fs/versiontag.go @@ -1,4 +1,4 @@ package fs // VersionTag of rclone -var VersionTag = "v1.62.1" +var VersionTag = "v1.62.2"