Skip to content

Commit 2adb81b

Browse files
authored
Update to version 1.4.2
2 parents 2faf09e + 80cebc3 commit 2adb81b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ endif
3737
HAS_GIT := $(shell type git > /dev/null 2>&1 && echo "1" || echo "0")
3838
IS_GITREPO := $(shell [ -d .git ] && echo "1" || echo "0")
3939
ifeq (0,$(filter 0,$(HAS_GIT) $(IS_GITREPO)))
40-
VER := v1.3.0
40+
VER := v1.4.2
4141
else
4242
VER := $(shell git describe --tags --always --dirty)
4343
endif

src/tldr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include <string.h>
1414
#include <time.h>
1515

16-
#define VERSION_TAG "v1.3.0"
16+
#define VERSION_TAG "v1.4.2"
1717
#ifndef VERSION
1818
#define VERSION_PRETTY ""
1919
#else

0 commit comments

Comments
 (0)