Skip to content

Commit 579e9fa

Browse files
committed
v1.9.0
1 parent 20384e3 commit 579e9fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arduino-nixie/arduino-nixie.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
////////// Software version //////////
1313
const byte vMajor = 1;
14-
const byte vMinor = 8;
15-
const byte vPatch = 1;
14+
const byte vMinor = 9;
15+
const byte vPatch = 0;
1616

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

0 commit comments

Comments
 (0)