Refer to changelog, previouse commit forgot to update changelog and
version number
pull/25/head v1.2.3
Kevin Zhuang 4 years ago
parent 50ef7c3d91
commit b84b2af971

@ -2,7 +2,7 @@
Noteble changes are documentated in this file.
## dev
## 1.2.3 (17/07/2020)
### Added

@ -15,7 +15,7 @@
export DOTBARE_DIR="${DOTBARE_DIR:-$HOME/.cfg/}"
export DOTBARE_TREE="${DOTBARE_TREE:-$HOME}"
export DOTBARE_BACKUP="${DOTBARE_BACKUP:-${XDG_DATA_HOME:-$HOME/.local/share}/dotbare}"
export DOTBARE_VERSION="v1.2.2"
export DOTBARE_VERSION="v1.2.3"
export DOTBARE_DIFF_PAGER="${DOTBARE_DIFF_PAGER:-$(git config core.pager || echo 'cat')}"

Loading…
Cancel
Save