diff options
Diffstat (limited to 'apps/couch/include/couch_db.hrl')
-rw-r--r-- | apps/couch/include/couch_db.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/couch/include/couch_db.hrl b/apps/couch/include/couch_db.hrl index f17e6bb1..79af0db6 100644 --- a/apps/couch/include/couch_db.hrl +++ b/apps/couch/include/couch_db.hrl @@ -257,7 +257,7 @@ auth = [], resource = "", headers = [ - {"User-Agent", "CouchDB/"++couch_server:get_version()}, + {"User-Agent", "CouchDB/"++couch:version()}, {"Accept", "application/json"}, {"Accept-Encoding", "gzip"} ], |