Skip to content

Commit f3cba07

Browse files
committed
v0.1.6 - update package
1 parent 39b78f9 commit f3cba07

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you have [Docker](https://www.docker.com/) installed locally, just run the fo
99
```bash
1010
user@hostname$ ./build.sh
1111
```
12-
By default this will build berry 0.1.5 on Debian Buster.
12+
By default this will build berry 0.1.6 on Debian Buster.
1313

1414
If you want to customize the build at runtime, use the following:
1515

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44

55
IMAGE="debian:buster-slim"
66
TARGET="$(dirname "$0" | xargs realpath)"
7-
VERSION="0.1.5"
7+
VERSION="0.1.6"
88

99
while getopts "v:i:h" opt
1010
do

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
berry (0.1.6-1) unstable; urgency=medium
2+
3+
* Version 0.1.6
4+
5+
-- Martin Simon <me@martinsimon.me> Sun, 25 Oct 2020 00:00:00 +0000
6+
17
berry (0.1.5-1) unstable; urgency=medium
28

39
* Version 0.1.5

0 commit comments

Comments
 (0)