From b412c745a115e3dab16a36b8420cf02753efe9e6 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 23 Dec 2017 13:40:07 +0000 Subject: [PATCH] Start v1.39-DEV development --- RELEASE.md | 1 + fs/version.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 8388da3ad..bcc5d4dcb 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -15,6 +15,7 @@ Making a release * make retag * # Set the GOPATH for a current stable go compiler * make cross + * git checkout docs/content/commands # to undo date changes in commands * git push --tags origin master * git push --tags origin master:stable # update the stable branch for packager.io * # Wait for the appveyor and travis builds to complete then fetch the windows binaries from appveyor diff --git a/fs/version.go b/fs/version.go index f845fe091..173ef2b66 100644 --- a/fs/version.go +++ b/fs/version.go @@ -1,4 +1,4 @@ package fs // Version of rclone -var Version = "v1.39" +var Version = "v1.39-DEV"