diff options
-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 |