From 6944f28dc2777525ae1cbb1c296aed31ebb09f61 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 4 Nov 2022 16:57:08 +0000 Subject: [PATCH] Start v1.60.1-DEV development --- VERSION | 2 +- docs/layouts/partials/version.html | 2 +- fs/versiontag.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"