Skip to content

Commit

Permalink
Stop caring about version at build time
Browse files Browse the repository at this point in the history
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
  • Loading branch information
derrickstolee committed Feb 2, 2021
1 parent 3c762c1 commit bd77b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GVFS/GVFS.Build/GenerateGitVersionConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ namespace GVFS.Common
{{
public static partial class GVFSConstants
{{
public static readonly GitVersion SupportedGitVersion = new GitVersion({0}, {1}, {2}, ""{3}"", {4}, {5});
public static readonly GitVersion BuiltWithGitVersion = new GitVersion({0}, {1}, {2}, ""{3}"", {4}, {5});
}}
}}",
version.Major,
Expand Down

0 comments on commit bd77b70

Please sign in to comment.