diff options
Diffstat (limited to 'app/config.go')
| -rw-r--r-- | app/config.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/config.go b/app/config.go index 7d159e7..eff9ee8 100644 --- a/app/config.go +++ b/app/config.go @@ -11,6 +11,11 @@ import ( "git.macaw.me/skunky/devianter" ) +var Release struct { + Version string + Description string +} + type cache_config struct { Enabled bool Path string |
