bump to v0.7.0
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user