Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Jan 10, 2021
1 parent fd73527 commit 59a93b9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 21.1 (2021-01-?)
# 21.1 (2021-01-10)

## Bug Fixes
* fix for publishing several MQTT updates at once
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4
21.1
2 changes: 1 addition & 1 deletion contrib/archlinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Contributor: Milan Knizek <knizek volny cz>
# Usage: makepkg
pkgname=ebusd
pkgver=3.4
pkgver=21.1
pkgrel=1
pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
Expand Down
2 changes: 1 addition & 1 deletion contrib/archlinux/PKGBUILD.git
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Usage: makepkg -p PKGBUILD.git
pkgname=ebusd-git
_gitname=ebusd
pkgver=3.4
pkgver=21.1
pkgrel=1
pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \

LABEL maintainer "[email protected]"

ENV EBUSD_VERSION 3.4
ENV EBUSD_VERSION 21.1
ENV EBUSD_ARCH amd64

LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \

LABEL maintainer "[email protected]"

ENV EBUSD_VERSION 3.4
ENV EBUSD_VERSION 21.1
ENV EBUSD_ARCH amd64

LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
Expand Down
2 changes: 1 addition & 1 deletion contrib/docker/rpirelease/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \

LABEL maintainer "[email protected]"

ENV EBUSD_VERSION 3.4
ENV EBUSD_VERSION 21.1
ENV EBUSD_ARCH armhf

LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
Expand Down

0 comments on commit 59a93b9

Please sign in to comment.