Bump to v1.10.0

This commit is contained in:
Sergei Eremenko 2021-10-01 08:28:16 +03:00
parent 5d44890665
commit 49a949e40e
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.9.0-1) UNRELEASED; urgency=low
papirus-folders (1.10.0-1) UNRELEASED; urgency=low
* New release.
-- Sergei Eremenko <finalitik@gmail.com> Thu, 27 May 2021 14:28:04 +0300
-- Sergei Eremenko <finalitik@gmail.com> Fri, 01 Oct 2021 08:28:16 +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.9.0"
readonly VERSION="1.10.0"
readonly -a ARGS=("$@")
msg() {