mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 14:18:00 +08:00
Start v1.39-DEV development
This commit is contained in:
parent
f34a9116d4
commit
b412c745a1
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package fs
|
||||
|
||||
// Version of rclone
|
||||
var Version = "v1.39"
|
||||
var Version = "v1.39-DEV"
|
||||
|
|
Loading…
Reference in New Issue
Block a user