From e10edcaf48967f57c0fed1fc216b10dc479b04e5 Mon Sep 17 00:00:00 2001 From: Martin Simon Date: Tue, 25 Oct 2022 16:30:20 +0200 Subject: [PATCH] v0.1.12 - 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 6dae7c4..e62edda 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.11 on Debian Bullseye. +By default this will build berry 0.1.12 on Debian Bullseye. If you want to customize the build at runtime, use the following: diff --git a/build.sh b/build.sh index 035d578..cbadac3 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.11" +VERSION="0.1.12" while getopts "v:i:h" opt do diff --git a/debian/changelog b/debian/changelog index a932e83..5cd4f2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +berry (0.1.12-1) unstable; urgency=medium + + * New upstream release + + -- Martin Simon Tue, 25 Oct 2022 00:00:00 +0000 + berry (0.1.11-1) unstable; urgency=medium * New upstream release