From b5465afd1c91f87bb973246ed8a9b85c601d95b5 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 8 Apr 2026 16:42:50 +0100 Subject: [PATCH] Start v1.73.5-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 f1e679bbd..0a64e606e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.73.4 +v1.73.5 diff --git a/docs/layouts/partials/version.html b/docs/layouts/partials/version.html index 838a97f02..29400571c 100644 --- a/docs/layouts/partials/version.html +++ b/docs/layouts/partials/version.html @@ -1 +1 @@ -v1.73.4 \ No newline at end of file +v1.73.5 \ No newline at end of file diff --git a/fs/versiontag.go b/fs/versiontag.go index 0686ea5ce..6890f622c 100644 --- a/fs/versiontag.go +++ b/fs/versiontag.go @@ -1,4 +1,4 @@ package fs // VersionTag of rclone -var VersionTag = "v1.73.4" +var VersionTag = "v1.73.5"