From 8c1fca78ee75f82484ff36874a19fed58eadacc6 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 21 Nov 2016 07:56:53 -0800 Subject: [PATCH] api: fix the version string in help and swagger --- hledger-api/hledger-api.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hledger-api/hledger-api.hs b/hledger-api/hledger-api.hs index b93a62c04..e613c825e 100644 --- a/hledger-api/hledger-api.hs +++ b/hledger-api/hledger-api.hs @@ -34,12 +34,12 @@ import Text.Printf import Hledger.Query import Hledger.Cli hiding (Reader, version) -hledgerApiVersion="0.27.98" +hledgerApiVersion="1.0" -- https://github.com/docopt/docopt.hs#readme doc :: Docopt doc = [docopt| -hledger-api 0.27.98 +hledger-api 1.0 Serves hledger data and reports as a JSON web API.