Version bump

This commit is contained in:
Rene Vergara 2024-05-09 14:09:35 -05:00
parent dd20442d44
commit 5f0a7dc6b0
Signed by: pitmutt
GPG key ID: 65122AD495A7F5B2
3 changed files with 4 additions and 3 deletions

View file

@ -221,7 +221,6 @@ main = do
}
(root nodeUser nodePwd)
"cli" -> runZenithCLI myConfig
"sync" -> testSync myConfig
"rescan" -> clearSync myConfig
_ -> printUsage
else printUsage
@ -232,3 +231,4 @@ printUsage = do
putStrLn "Available commands:"
putStrLn "legacy\tLegacy CLI for zcashd"
putStrLn "cli\tCLI for zebrad"
putStrLn "rescan\tRescan the existing wallet(s)"

View file

@ -346,7 +346,8 @@ drawUI s = [splashDialog s, helpDialog s, displayDialog s, inputDialog s, ui s]
titleAttr
(str
" _____ _ _ _ \n|__ /___ _ __ (_) |_| |__\n / // _ \\ '_ \\| | __| '_ \\\n / /| __/ | | | | |_| | | |\n/____\\___|_| |_|_|\\__|_| |_|") <=>
C.hCenter (withAttr titleAttr (str "Zcash Wallet v0.5.0.0")) <=>
C.hCenter
(withAttr titleAttr (str "Zcash Wallet v0.5.1.0-beta")) <=>
C.hCenter (withAttr blinkAttr $ str "Press any key..."))
else emptyWidget
capCommand :: String -> String -> Widget Name

View file

@ -1,6 +1,6 @@
cabal-version: 3.0
name: zenith
version: 0.5.0.0
version: 0.5.1.0-beta
license: MIT
license-file: LICENSE
author: Rene Vergara