Apple2-IO-RPi/RaspberryPi/apple2driver/info/version.go
Terence Boldt 8d5aa26b78
Add backoff to reduce CPU usage (fixes #141) (#151)
* Add backoff to reduce CPU usage

* Update driver version for CPU fix
2023-10-31 23:04:15 -04:00

12 lines
332 B
Go

// Copyright Terence J. Boldt (c)2020-2023
// Use of this source code is governed by an MIT
// license that can be found in the LICENSE file.
// This file is used for storing the version number
package info
// Version is the hexadecimal version number that
// should be incremented with each driver update
const Version = "002A"