From acec3dbf1103c081f8d1ba13c90d8bee8f07a12e Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 8 Aug 2022 19:00:01 +0100 Subject: [PATCH] Start v1.59.2-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 be33d8979..6a429e3ee 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.59.1 +v1.59.2 diff --git a/docs/layouts/partials/version.html b/docs/layouts/partials/version.html index d940ac9c4..9fe3166f0 100644 --- a/docs/layouts/partials/version.html +++ b/docs/layouts/partials/version.html @@ -1 +1 @@ -v1.59.1 \ No newline at end of file +v1.59.2 \ No newline at end of file diff --git a/fs/versiontag.go b/fs/versiontag.go index b56131722..c54ef2665 100644 --- a/fs/versiontag.go +++ b/fs/versiontag.go @@ -1,4 +1,4 @@ package fs // VersionTag of rclone -var VersionTag = "v1.59.1" +var VersionTag = "v1.59.2"