Skip to content

Commit 22bb160

Browse files
committed
v1.8.1
1 parent 06c569f commit 22bb160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-nixie/arduino-nixie.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
////////// Software version //////////
1313
const byte vMajor = 1;
1414
const byte vMinor = 8;
15-
const byte vPatch = 0;
15+
const byte vPatch = 1;
1616

1717
////////// Other includes, global consts, and vars //////////
1818
#include <Wire.h> //Arduino - GNU LPGL

0 commit comments

Comments
 (0)