Skip to content

Commit

Permalink
Make Meta.{Name,Version} private
Browse files Browse the repository at this point in the history
  • Loading branch information
prplecake committed Jul 6, 2023
1 parent 3d291b7 commit 9102ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BookmarkSync.Core/Meta.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace BookmarkSync.Core;

public static class Meta
{
public const string
private const string
Name = "mastodon-bookmark-sync",
Version = "2.0";
public static readonly ProductInfoHeaderValue UserAgent = new(Name, Version);
Expand Down

0 comments on commit 9102ee2

Please sign in to comment.