diff options
author | Matthew Holt <[email protected]> | 2015-05-25 15:48:25 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2015-05-25 15:48:25 -0600 |
commit | b1c8b48e6e3ca9c4e5350b8690b01cccb6df1b37 (patch) | |
tree | 7c338969716606b4e9ab62df8d2460b22f1e82cb | |
parent | 6f05794bb86e68f8160aaa0fc68213ca373dc4d1 (diff) | |
download | caddy-0.7.0.tar.gz caddy-0.7.0.zip |
core: Version 0.7.0v0.7.0
-rw-r--r-- | app/app.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app.go b/app/app.go index ca515ea12..d496a0a02 100644 --- a/app/app.go +++ b/app/app.go @@ -20,7 +20,7 @@ const ( Name = "Caddy" // Version is the program version - Version = "0.6.0" + Version = "0.7.0" ) var ( |