mirror of
https://github.com/writefreely/writefreely
synced 2024-12-01 04:49:09 +00:00
Bump version to 0.4
This commit is contained in:
parent
f0250d501f
commit
42a47258da
1 changed files with 1 additions and 1 deletions
2
app.go
2
app.go
|
@ -40,7 +40,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.3"
|
softwareVer = "0.4"
|
||||||
|
|
||||||
// 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 a new issue