bump to v0.7.0

This commit is contained in:
sentriz
2020-02-21 02:21:54 +00:00
parent e8b0ea6713
commit 09d67e854e
25 changed files with 130 additions and 132 deletions

View File

@@ -1,13 +1,11 @@
// generated by `_do_bump_version` script in project root
// Wed Jan 29 15:34:36 GMT 2020
// Fri Feb 21 02:21:50 GMT 2020
// DO NOT EDIT
package version
const (
NAME = "gonic"
NAME_UPPER = "GONIC"
NAME_EMBED = "gonicembed"
NAME_SCAN = "gonicscan"
VERSION = "v0.6.3"
)
const NAME = "gonic"
const NAME_UPPER = "GONIC"
const NAME_EMBED = "gonicembed"
const NAME_SCAN = "gonicscan"
const VERSION = "v0.7.0"