update readme and version in code (#147)

* update readme and version in code

* Update README.md

* Update README.md

Co-authored-by: Patryk Laurent <plaurent@me.com>

Co-authored-by: Efim Poberezkin <8711996+efim-poberezkin@users.noreply.github.com>
Co-authored-by: Patryk Laurent <plaurent@me.com>
This commit is contained in:
Evgeny Poberezkin
2021-12-08 20:18:48 +00:00
committed by GitHub
parent 177c007edc
commit 1564424f0d
6 changed files with 13 additions and 162 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ import System.IO (Handle)
import UnliftIO.STM
versionNumber :: String
versionNumber = "0.4.2"
versionNumber = "0.5.0"
data ChatConfig = ChatConfig
{ agentConfig :: AgentConfig,