Skip to content

Commit 88d751a

Browse files
committed
Add patch to rendered version
1 parent 7f43360 commit 88d751a

File tree

1 file changed

+1
-1
lines changed
  • cardano-cli/src/Cardano/CLI

1 file changed

+1
-1
lines changed

cardano-cli/src/Cardano/CLI/Run.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ runShelleyClientCommandWithDeprecationWarning =
9494
runDisplayVersion :: ExceptT ClientCommandErrors IO ()
9595
runDisplayVersion = do
9696
liftIO . putTextLn $ mconcat
97-
[ "cardano-cli ", renderVersion version
97+
[ "cardano-cli ", renderVersion version, "+cip-0094"
9898
, " - ", Text.pack os, "-", Text.pack arch
9999
, " - ", Text.pack compilerName, "-", renderVersion compilerVersion
100100
, "\ngit rev ", gitRev

0 commit comments

Comments
 (0)