diff --git a/src/Moniker.Cli/Program.cs b/src/Moniker.Cli/Program.cs index 39e3ebc..6018eb6 100644 --- a/src/Moniker.Cli/Program.cs +++ b/src/Moniker.Cli/Program.cs @@ -37,7 +37,7 @@ private static int Main(string[] args) private static string GetVersion() => (string)typeof(Program).Assembly .GetType("GitVersionInformation")! - .GetField("MajorMinorPatch")! + .GetField("FullSemVer")! .GetValue(null); } }