Bump version to 0.7.0
This commit is contained in:
parent
c2a7f19ef0
commit
caf976a054
2
app.go
2
app.go
|
@ -52,7 +52,7 @@ var (
|
||||||
debugging bool
|
debugging bool
|
||||||
|
|
||||||
// Software version can be set from git env using -ldflags
|
// Software version can be set from git env using -ldflags
|
||||||
softwareVer = "0.6.0"
|
softwareVer = "0.7.0"
|
||||||
|
|
||||||
// DEPRECATED VARS
|
// DEPRECATED VARS
|
||||||
// TODO: pass app.cfg into GetCollection* calls so we can get these values
|
// TODO: pass app.cfg into GetCollection* calls so we can get these values
|
||||||
|
|
Loading…
Reference in New Issue