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

Commit d18dcbe

Browse files
authored
Merge pull request #207 from nkubala/v0.8.0
bump version to v0.8.0
2 parents 4a46aed + b455b16 commit d18dcbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Bump these on release
1616
VERSION_MAJOR ?= 0
17-
VERSION_MINOR ?= 7
17+
VERSION_MINOR ?= 8
1818
VERSION_BUILD ?= 0
1919

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

0 commit comments

Comments
 (0)