forked from TrueCloudLab/rclone
Start v1.49.5-DEV development
This commit is contained in:
parent
b3faee9471
commit
d15425e8c8
3 changed files with 10 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
v1.49.4
|
||||
v1.49.5
|
||||
|
|
|
@ -1,11 +1,18 @@
|
|||
---
|
||||
title: "Documentation"
|
||||
description: "Rclone Changelog"
|
||||
date: "2019-09-29"
|
||||
date: "2019-10-05"
|
||||
---
|
||||
|
||||
# Changelog
|
||||
|
||||
## v1.49.5 - 2019-10-05
|
||||
|
||||
* Bug Fixes
|
||||
* Revert back to go1.12.x for the v1.49.x builds as go1.13.x was causing issues (Nick Craig-Wood)
|
||||
* Fix rpm packages by using master builds of nfpm (Nick Craig-Wood)
|
||||
* Fix macOS build after brew changes (Nick Craig-Wood)
|
||||
|
||||
## v1.49.4 - 2019-09-29
|
||||
|
||||
* Bug Fixes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package fs
|
||||
|
||||
// Version of rclone
|
||||
var Version = "v1.49.4-DEV"
|
||||
var Version = "v1.49.5-DEV"
|
||||
|
|
Loading…
Reference in a new issue