Skip to content

Commit ef15ec9

Browse files
committed
Bump version to v0.1.14
1 parent 9dd617f commit ef15ec9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PREVIOUS_TAG ?= $(shell git tag -l | tail -n 1)
2-
TAG=v0.1.13
2+
TAG=v0.1.14
33

44
.PHONY: build install tag update-config test bump-readme
55

@@ -58,4 +58,4 @@ bump-readme:
5858
else \
5959
echo "README.md updated successfully"; \
6060
git diff README.md; \
61-
fi
61+
fi

0 commit comments

Comments
 (0)