Update version number

This commit is contained in:
Terence Boldt 2022-02-16 08:08:30 -05:00
parent a443b63bb9
commit 791085e14a
2 changed files with 3 additions and 2 deletions

View File

@ -46,7 +46,8 @@ body:
label: Driver Version
description: What version of the driver are you running? Check with `RPI a2version`
options:
- 0022
- 0023 (replaced periph.io with rpio)
- 0022 (added version info)
- Older (error calling RPI a2version, pre-2022-Feb-07)
validations:
required: true

View File

@ -8,4 +8,4 @@ package info
// Version is the hexadecimal version number that
// should be incremented with each driver update
const Version = "0022"
const Version = "0023"