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"