Start v1.36-DEV development

This commit is contained in:
Nick Craig-Wood
2017-03-18 11:30:59 +00:00
parent 118e26f8e2
commit 503cd84919
33 changed files with 35 additions and 31 deletions
+2
View File
@@ -134,6 +134,8 @@ tag: doc
retag:
git tag -f $(LAST_TAG)
startdev:
echo -e "package fs\n\n// Version of rclone\nvar Version = \"$(LAST_TAG)-DEV\"\n" | gofmt > fs/version.go
git commit -m "Start $(LAST_TAG)-DEV development" fs/version.go