Bump to v1.8.0

This commit is contained in:
Sergei Eremenko 2020-09-01 13:14:05 +03:00
parent 1449d4abae
commit fe566c7162
No known key found for this signature in database
GPG key ID: AB6D54C1C16D2507
2 changed files with 3 additions and 3 deletions

4
debian/changelog vendored
View file

@ -1,5 +1,5 @@
papirus-folders (1.7.0-1) UNRELEASED; urgency=low
papirus-folders (1.8.0-1) UNRELEASED; urgency=low
* New release.
-- Sergei Eremenko <finalitik@gmail.com> Thu, 14 May 2020 08:09:42 +0300
-- Sergei Eremenko <finalitik@gmail.com> Tue, 01 Sep 2020 13:14:05 +0300

View file

@ -22,7 +22,7 @@ set -o errexit \
readonly THIS_SCRIPT="$(readlink -f "${BASH_SOURCE[0]}")"
readonly PROGNAME="$(basename "${BASH_SOURCE[0]}")"
readonly VERSION="1.7.0"
readonly VERSION="1.8.0"
readonly -a ARGS=("$@")
msg() {