From 900079ad0d5dda6ba7563f9ae2a66bb459439129 Mon Sep 17 00:00:00 2001 From: Martin Simon Date: Sat, 19 Mar 2022 12:58:13 +0100 Subject: [PATCH] v0.1.11 - new upstream release --- README.md | 2 +- build.sh | 2 +- debian/changelog | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b73ccb6..6dae7c4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you have [Docker](https://www.docker.com/) installed locally, just run the fo ```bash user@hostname$ ./build.sh ``` -By default this will build berry 0.1.10 on Debian Bullseye. +By default this will build berry 0.1.11 on Debian Bullseye. If you want to customize the build at runtime, use the following: diff --git a/build.sh b/build.sh index bfd7711..035d578 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -eu IMAGE="debian:bullseye-slim" TARGET="$(dirname "$0" | xargs realpath)" -VERSION="0.1.10" +VERSION="0.1.11" while getopts "v:i:h" opt do diff --git a/debian/changelog b/debian/changelog index aefc175..a932e83 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +berry (0.1.11-1) unstable; urgency=medium + + * New upstream release + + -- Martin Simon Sat, 19 Mar 2022 00:00:00 +0000 + berry (0.1.10-1) unstable; urgency=medium * New upstream release