Prepare v0.20.0 development

Signed-off-by: Torin Sandall <torinsandall@gmail.com>
This commit is contained in:
Torin Sandall
2020-04-13 17:06:58 -04:00
parent f76710ae43
commit 22f93e2fca
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file. This
project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
## 0.19.0
### New Parser
+1 -1
View File
@@ -2,7 +2,7 @@
# Use of this source code is governed by an Apache2
# license that can be found in the LICENSE file.
VERSION := 0.19.0
VERSION := 0.20.0-dev
# Force modules on and to use the vendor directory.
GO := GO111MODULE=on GOFLAGS=-mod=vendor go