Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 9826665

Browse files
Merge pull request #87 from aaron-prindle/release-v0.4.1
cut v0.4.1 release
2 parents f12a4d5 + 8ed79b6 commit 9826665

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
@@ -14,8 +14,8 @@
1414

1515
# Bump these on release
1616
VERSION_MAJOR ?= 0
17-
VERSION_MINOR ?= 2
18-
VERSION_BUILD ?= 0
17+
VERSION_MINOR ?= 4
18+
VERSION_BUILD ?= 1
1919

2020
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
2121

0 commit comments

Comments
 (0)