Skip to content

Commit

Permalink
Add patch to rendered version
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed May 3, 2023
1 parent 7f43360 commit 88d751a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/Run.hs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ runShelleyClientCommandWithDeprecationWarning =
runDisplayVersion :: ExceptT ClientCommandErrors IO ()
runDisplayVersion = do
liftIO . putTextLn $ mconcat
[ "cardano-cli ", renderVersion version
[ "cardano-cli ", renderVersion version, "+cip-0094"
, " - ", Text.pack os, "-", Text.pack arch
, " - ", Text.pack compilerName, "-", renderVersion compilerVersion
, "\ngit rev ", gitRev
Expand Down

0 comments on commit 88d751a

Please sign in to comment.