Skip to content

Commit 48b8991

Browse files
authored
bump version to v0.3.0 (#89)
1 parent 3f71e13 commit 48b8991

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

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

0 commit comments

Comments
 (0)