Skip to content

Commit 77933a4

Browse files
committed
Bumping version number
1 parent 960cbc1 commit 77933a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prawnblaster/prawnblaster.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ extern "C"{
3636
}
3737

3838
#ifndef PRAWNBLASTER_OVERCLOCK
39-
const char VERSION[16] = "1.0.1";
39+
const char VERSION[16] = "1.1.0";
4040
#else
41-
const char VERSION[16] = "1.0.1-overclock";
41+
const char VERSION[16] = "1.1.0-overclock";
4242
#endif //PRAWNBLASTER_OVERCLOCK
4343

4444
int DEBUG;

0 commit comments

Comments
 (0)