Skip to content

Commit 98f07f0

Browse files
Bump patch version to v1.1.1
1 parent bf77581 commit 98f07f0

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
@@ -37,9 +37,9 @@ extern "C"{
3737
}
3838

3939
#ifndef PRAWNBLASTER_OVERCLOCK
40-
const char VERSION[16] = "1.1.0";
40+
const char VERSION[16] = "1.1.1";
4141
#else
42-
const char VERSION[16] = "1.1.0-overclock";
42+
const char VERSION[16] = "1.1.1-overclock";
4343
#endif //PRAWNBLASTER_OVERCLOCK
4444

4545
int DEBUG;

0 commit comments

Comments
 (0)