Commit 2b13b734 authored by Alexandre Delanoë's avatar Alexandre Delanoë

Bump version to 0.0.1.3.2

parent 63991288
Pipeline #822 failed with stage
name: gargantext
version: '0.0.0.4'
version: '0.0.1.3.2'
synopsis: Search, map, share
description: Please see README.md
category: Data
......
......@@ -491,7 +491,7 @@ type Desc t n = Description (AppendSymbol (TypeName t) (AppendSymbol " | " n))
swaggerDoc :: Swagger
swaggerDoc = toSwagger (Proxy :: Proxy GargAPI)
& info.title .~ "Gargantext"
& info.version .~ "0.0.1.3.1" -- TODO same version as Gargantext
& info.version .~ (cs $ showVersion PG.version)
-- & info.base_url ?~ (URL "http://gargantext.org/")
& info.description ?~ "REST API specifications"
-- & tags .~ Set.fromList [Tag "Garg" (Just "Main perations") Nothing]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment