Skip to content

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clockspot committed Sep 8, 2020
1 parent 20384e3 commit 579e9fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arduino-nixie/arduino-nixie.ino
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

////////// Software version //////////
const byte vMajor = 1;
const byte vMinor = 8;
const byte vPatch = 1;
const byte vMinor = 9;
const byte vPatch = 0;

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

0 comments on commit 579e9fa

Please sign in to comment.