Mark the compiled from source version with -DEV - fixes #627

This commit is contained in:
Nick Craig-Wood
2016-08-18 21:31:10 +01:00
parent b5faaf7116
commit d7b79b4481
2 changed files with 2 additions and 2 deletions

View File

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