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