Skip to content

Commit

Permalink
fix windows build number
Browse files Browse the repository at this point in the history
  • Loading branch information
wwqgtxx committed May 28, 2024
1 parent 1afc250 commit d990f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constant/features/version_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ func init() {
version := windows.RtlGetVersion()
WindowsMajorVersion = version.MajorVersion
WindowsMinorVersion = version.MinorVersion
WindowsBuildNumber = version.MinorVersion
WindowsBuildNumber = version.BuildNumber
}

0 comments on commit d990f29

Please sign in to comment.