mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2024-11-21 11:31:56 +00:00
Update driver version
This commit is contained in:
parent
28dc09a877
commit
91346471ae
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -49,6 +49,9 @@ body:
|
||||
label: Driver Version
|
||||
description: What version of the driver are you running? Check with `RPI a2version`
|
||||
options:
|
||||
- 0027 (add dynamic drive support)
|
||||
- 0026 (add error handling)
|
||||
- 0025 (update RPi.command)
|
||||
- 0024 (fix VT100 arrow keys)
|
||||
- 0023 (replaced periph.io with rpio)
|
||||
- 0022 (added version info)
|
||||
|
@ -8,4 +8,4 @@ package info
|
||||
|
||||
// Version is the hexadecimal version number that
|
||||
// should be incremented with each driver update
|
||||
const Version = "0026"
|
||||
const Version = "0027"
|
||||
|
Loading…
Reference in New Issue
Block a user