Start v1.51.0-DEV development

This commit is contained in:
Nick Craig-Wood 2020-02-01 12:31:44 +00:00
parent 43daecd89b
commit 4d1c616e97
2 changed files with 2 additions and 2 deletions

View File

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

View File

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