diff --git a/TaxBaik.Web/Pages/_Layout.cshtml b/TaxBaik.Web/Pages/_Layout.cshtml index 81c5c53..adb7e61 100644 --- a/TaxBaik.Web/Pages/_Layout.cshtml +++ b/TaxBaik.Web/Pages/_Layout.cshtml @@ -54,6 +54,12 @@

© 2026 백원숙 세무회계. All rights reserved.

개인정보처리방침 이용약관 + @if (Context.RequestServices.GetService(typeof(VersionInfo)) is VersionInfo version) + { +
+ v@version.Version · @version.Built +
+ }