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

Commit f35eaf0

Browse files
authored
Merge pull request #167 from nkubala/v0.6.1
cut version 0.6.1
2 parents 5e808a6 + 05d2683 commit f35eaf0

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 ?= 5
18-
VERSION_BUILD ?= 2
17+
VERSION_MINOR ?= 6
18+
VERSION_BUILD ?= 1
1919

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

0 commit comments

Comments
 (0)