Skip to content

Commit 25f7977

Browse files
committed
FIX: the old version was still in the code. fixed.
1 parent c986a8b commit 25f7977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsdfetch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include <time.h>
3232
#include <unistd.h>
3333

34-
#define VERSION "1.1.0"
34+
#define VERSION "1.1.1"
3535
#define RED "\033[1;31m" /* Bright red */
3636
#define GREEN "\033[1;32m" /* Bright green */
3737
#define CEND "\033[0m" /* Reset color */

0 commit comments

Comments
 (0)