Start v1.39-DEV development

s3-about
Nick Craig-Wood 2017-12-23 13:40:07 +00:00
parent f34a9116d4
commit b412c745a1
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
package fs
// Version of rclone
var Version = "v1.39"
var Version = "v1.39-DEV"