Skip to content

Commit

Permalink
Start v1.51.0-DEV development
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Feb 1, 2020
1 parent 43daecd commit 4d1c616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fs/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package fs

// Version of rclone
var Version = "v1.51.0"
var Version = "v1.51.0-DEV"

0 comments on commit 4d1c616

Please sign in to comment.