mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2024-11-22 02:30:46 +00:00
Update version number
This commit is contained in:
parent
a443b63bb9
commit
791085e14a
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user