Skip to content

Commit 1b1aed5

Browse files
committed
updated version to 22.3
1 parent 35a4642 commit 1b1aed5

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ body:
3636
options:
3737
- current source from git
3838
- latest release
39+
- '22.3'
3940
- '22.2'
4041
- '22.1'
4142
- '21.3'

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.2
1+
22.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=22.2
4+
pkgver=22.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=22.2
5+
pkgver=22.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=22.2
6+
pkgver=22.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)