From 791085e14a6b8eebf47a6aa09c7738bf6acd996c Mon Sep 17 00:00:00 2001 From: Terence Boldt Date: Wed, 16 Feb 2022 08:08:30 -0500 Subject: [PATCH] Update version number --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- RaspberryPi/apple2driver/info/version.go | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5107404..3cf41b1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 diff --git a/RaspberryPi/apple2driver/info/version.go b/RaspberryPi/apple2driver/info/version.go index 2961553..7de08c0 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 = "0022" +const Version = "0023"