This commit is contained in:
Evgeny Poberezkin
2021-12-19 15:43:39 +00:00
committed by GitHub
parent 279f8c5453
commit 66ab5bc424
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ import System.IO (Handle)
import UnliftIO.STM
versionNumber :: String
versionNumber = "0.5.1"
versionNumber = "0.5.2"
data ChatConfig = ChatConfig
{ agentConfig :: AgentConfig,