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

Commit 2bc4d8d

Browse files
committed
bump version to v0.7.0
1 parent 6267be2 commit 2bc4d8d

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)