Skip to content

Commit 62db6ec

Browse files
committed
updated to 23.3
1 parent 442ff4e commit 62db6ec

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ body:
3535
description: the ebusd version in use
3636
options:
3737
- current source from git
38+
- '23.3'
3839
- '23.2'
3940
- '23.1'
4041
- '22.4'

ChangeLog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# next (tbd)
1+
# 23.3 (2023-12-26)
22
## Bug Fixes
33
* fix MQTT topic string validation
44
* fix lost scanconfig default behaviour

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23.2
1+
23.3

contrib/alpine/APKBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Contributor: Tim <timstanleydev@gmail.com>
22
# Maintainer: Tim <timstanleydev@gmail.com>
33
pkgname=ebusd
4-
pkgver=23.2
4+
pkgver=23.3
55
pkgrel=0
66
pkgdesc="Daemon for communication with eBUS heating systems"
77
url="https://github.com/john30/ebusd"

contrib/archlinux/PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Contributor: Milan Knizek <knizek volny cz>
33
# Usage: makepkg
44
pkgname=ebusd
5-
pkgver=23.2
5+
pkgver=23.3
66
pkgrel=1
77
pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
88
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')

contrib/archlinux/PKGBUILD.git

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Usage: makepkg -p PKGBUILD.git
44
pkgname=ebusd-git
55
_gitname=ebusd
6-
pkgver=23.2
6+
pkgver=23.3
77
pkgrel=1
88
pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
99
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')

0 commit comments

Comments
 (0)