From 20126de1aa4bfee50319de76c9963644fc9c85c2 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 12 Sep 2023 11:24:02 +0100 Subject: [PATCH] Start v1.65.0-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 9fac86830..483a6500f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.64.0 +v1.65.0 diff --git a/docs/layouts/partials/version.html b/docs/layouts/partials/version.html index d4822f558..d7303a711 100644 --- a/docs/layouts/partials/version.html +++ b/docs/layouts/partials/version.html @@ -1 +1 @@ -v1.64.0 \ No newline at end of file +v1.65.0 \ No newline at end of file diff --git a/fs/versiontag.go b/fs/versiontag.go index 105ce53d4..f9a696e2d 100644 --- a/fs/versiontag.go +++ b/fs/versiontag.go @@ -1,4 +1,4 @@ package fs // VersionTag of rclone -var VersionTag = "v1.64.0" +var VersionTag = "v1.65.0"