Skip to content

Commit 8641ce9

Browse files
authored
Merge pull request #63 from somakeit/v2.0.0
v2.0.0
2 parents 71afbf7 + bd44166 commit 8641ce9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/hid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __init__(self) -> None:
2323
"""
2424
self.log = uLogger("HID")
2525
self.log.warn("SMIBHID has been restarted")
26-
self.version = "1.4.0"
26+
self.version = "2.0.0"
2727
self.log.info("Setting CPU frequency to: " + str(CLOCK_FREQUENCY / 1000000) + "MHz")
2828
freq(CLOCK_FREQUENCY)
2929
self.loop_running = False

0 commit comments

Comments
 (0)