Bump up version

This commit is contained in:
Filip Gralinski 2021-05-12 07:11:45 +02:00
parent dababb05ed
commit 3a276bbc9e
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
## 2.3.0
Changes:
* Switch to new style of Dockerfile
* Challenge slugs can start with a digit
## 2.2.2
Improvements:

View File

@ -34,4 +34,4 @@ generalApi :: Swagger
generalApi = (mempty :: Swagger)
& info .~ (mempty &
title .~ "Gonito API" &
version .~ "2.1.0")
version .~ "2.3.0")

View File

@ -44,7 +44,7 @@ database:
database: "_env:PGDATABASE:gonito"
poolsize: "_env:PGPOOLSIZE:10"
copyright: © Filip Graliński, Gonito ver. 2.1.0
copyright: © Filip Graliński, Gonito ver. 2.3.0
admin-user: "_env:ADMINUSER:"
admin-password: "_env:ADMINPASS:"

View File

@ -1,5 +1,5 @@
name: gonito
version: 2.2.2
version: 2.3.0
cabal-version: >= 1.8
build-type: Simple
homepage: http://gonito.net