Skip to content

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkllnk committed Feb 3, 2020
1 parent 50f997e commit f6dcf62
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Version 1.6.0-UNRELEASED
* Add support for option `--insecure` for LFTP actions (download and pull)
* Add support for FTPES for LFTP actions (download and pull)
* Add better error messages for curl errors
* Support --no-commit option for pull action
* Documentation updates

Version 1.5.2
=============
Expand Down
2 changes: 1 addition & 1 deletion git-ftp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
readonly DEFAULT_PROTOCOL="ftp"
readonly REMOTE_LCK_FILE="$(basename "$0").lck"
readonly SYSTEM="$(uname)"
readonly VERSION='1.6.0-UNRELEASED'
readonly VERSION='1.6.0'

# ------------------------------------------------------------
# Defaults
Expand Down
4 changes: 2 additions & 2 deletions man/git-ftp.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% GIT-FTP(1) Git-ftp 1.6.0-UNRELEASED
% GIT-FTP(1) Git-ftp 1.6.0
%
% 2019-05-06
% 2020-02-03

This is the manual for version 1.6.0-UNRELEASED.
Please consider the [changelog](../CHANGELOG.md) or select your version from
Expand Down
2 changes: 1 addition & 1 deletion tests/git-ftp-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Or you can write it in one line:
# TEST_CASES='test_displays_usage' GIT_FTP_PASSWD='s3cr3t' ./git-ftp-test.sh

readonly VERSION='1.6.0-UNRELEASED'
readonly VERSION='1.6.0'

# ------------------------------------------------------------
# Constant Exit Error Codes
Expand Down

0 comments on commit f6dcf62

Please sign in to comment.