diff options
author | Matthew Holt <[email protected]> | 2015-07-15 09:52:47 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2015-07-15 09:52:47 -0600 |
commit | 95140f948f2401b95c73bd739c8b1591854b1e54 (patch) | |
tree | cdcb758fec6aabef4c2670f976fb7fbb912993ef | |
parent | afc540f6b7ff162a5d1141fe8d04d158619f1575 (diff) | |
download | caddy-95140f948f2401b95c73bd739c8b1591854b1e54.tar.gz caddy-95140f948f2401b95c73bd739c8b1591854b1e54.zip |
version bump 0.7.3v0.7.3
-rw-r--r-- | app/app.go | 2 | ||||
-rw-r--r-- | dist/README.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/app.go b/app/app.go index c35bded3a..babe4930d 100644 --- a/app/app.go +++ b/app/app.go @@ -20,7 +20,7 @@ const ( Name = "Caddy" // Version is the program version - Version = "0.7.2" + Version = "0.7.3" ) var ( diff --git a/dist/README.txt b/dist/README.txt index e490dc851..507936867 100644 --- a/dist/README.txt +++ b/dist/README.txt @@ -1,4 +1,4 @@ -CADDY 0.7.2 +CADDY 0.7.3 Website https://caddyserver.com |