diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index acd6068..11fae24 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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) diff --git a/RaspberryPi/apple2driver/info/version.go b/RaspberryPi/apple2driver/info/version.go index 4053d2d..30cb310 100644 --- a/RaspberryPi/apple2driver/info/version.go +++ b/RaspberryPi/apple2driver/info/version.go @@ -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"