Skip to content

Commit 4c2d87e

Browse files
committed
updated version to 23.1
1 parent ca6767d commit 4c2d87e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

ChangeLog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 23.1 (tbd)
1+
# 23.1 (2022-12-06)
22
## Bug Fixes
33
* fix potentially invalid settings picked up from environment variables
44
* fix potentially unnecessary arbitration start for non-enhanced proto

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.4
1+
23.1

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.4
4+
pkgver=23.1
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.4
5+
pkgver=23.1
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.4
6+
pkgver=23.1
77
pkgrel=1
88
pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
99
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')

contrib/html/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.1.0
22
info:
33
title: ebusd-http
44
description: The API that ebusd provides on HTTP port.
5-
version: "22.4"
5+
version: "23.1"
66
servers:
77
- url: http://127.0.0.1:8080/
88
paths:

0 commit comments

Comments
 (0)