From 4d1c616e971d09854c73f119dfaf437d21ed6afa Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 1 Feb 2020 12:31:44 +0000 Subject: [PATCH] Start v1.51.0-DEV development --- RELEASE.md | 2 +- fs/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 13847ab11..493715f87 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -22,7 +22,7 @@ This file describes how to make the various kinds of releases * git commit -a -v -m "Version v1.XX.0" * make retag * git push --tags origin master - * # Wait for the appveyor and travis builds to complete then... + * # Wait for the GitHub builds to complete then... * make fetch_binaries * make tarball * make sign_upload diff --git a/fs/version.go b/fs/version.go index 78759a45b..8b7f3b17a 100644 --- a/fs/version.go +++ b/fs/version.go @@ -1,4 +1,4 @@ package fs // Version of rclone -var Version = "v1.51.0" +var Version = "v1.51.0-DEV"