mirror of
https://github.com/rclone/rclone.git
synced 2025-01-03 21:09:18 +01: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"
|
* git commit -a -v -m "Version v1.XX.0"
|
||||||
* make retag
|
* make retag
|
||||||
* git push --tags origin master
|
* 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 fetch_binaries
|
||||||
* make tarball
|
* make tarball
|
||||||
* make sign_upload
|
* make sign_upload
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
package fs
|
package fs
|
||||||
|
|
||||||
// Version of rclone
|
// Version of rclone
|
||||||
var Version = "v1.51.0"
|
var Version = "v1.51.0-DEV"
|
||||||
|
Loading…
Reference in New Issue
Block a user