summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/chttpd_misc.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chttpd_misc.erl b/src/chttpd_misc.erl
index 98e6fbf8..0482947b 100644
--- a/src/chttpd_misc.erl
+++ b/src/chttpd_misc.erl
@@ -36,7 +36,7 @@ handle_welcome_req(Req) ->
handle_welcome_req(#httpd{method='GET'}=Req, WelcomeMessage) ->
send_json(Req, {[
{couchdb, WelcomeMessage},
- {version, <<"0.10.1+">>},
+ {version, list_to_binary(couch:version())},
{cloudant_build, get_version()}
]});
handle_welcome_req(Req, _) ->