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

Commit 66aab90

Browse files
authored
Merge pull request #193 from nkubala/v0.7.0
bump version to v0.7.0
2 parents 6267be2 + 2bc4d8d commit 66aab90

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

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

0 commit comments

Comments
 (0)