Skip to content

Commit f5df690

Browse files
committed
v0.11.0.1: final fixes for release build
Signed-off-by: Rusty Russell <[email protected]>
1 parent 27352d0 commit f5df690

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
TODO: Insert version codename, and username of the contributor that named the release.
99
-->
1010

11-
## [v0.11.0] - 2022-04-04: Simon's Carefully Chosen Release Name
11+
## [0.11.0.1] - 2022-04-04: Simon's Carefully Chosen Release Name
1212

1313
This release would have been named by Simon Vrouwe, had he responded to my emails!
1414

tools/build-release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ for target in $TARGETS; do
8080
[ "$platform" != "$target" ] || continue
8181
case $platform in
8282
Fedora-28-amd64)
83-
DOCKERFILE=contrib/Dockerfile.builder.fedora
83+
DOCKERFILE=contrib/docker/Dockerfile.builder.fedora
8484
TAG=fedora
8585
;;
8686
Ubuntu-16.04-amd64)
87-
DOCKERFILE=contrib/Dockerfile.builder
87+
DOCKERFILE=contrib/docker/Dockerfile.builder
8888
TAG=ubuntu-amd64
8989
;;
9090
*)

0 commit comments

Comments
 (0)