Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
release v0.6.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Jul 10, 2019
1 parent 86eba88 commit 5cd5ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ADDITIONS
- files: support `ACH_FILE_TRANSFER_INTERVAL=off` to disable async file operations
- http: setup http.Client's with additional root certificates
- main: override -log.format with LOG_FORMAT and -http.addr with HTTP_BIND_ADDRESS
- files: support setting additional root certificates for FTP connections

IMPROVEMENTS

Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

package version

const Version = "v0.6.0-rc1"
const Version = "v0.6.0-rc2"

0 comments on commit 5cd5ff1

Please sign in to comment.