Skip to content

Commit

Permalink
tldr-pages client specification v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
principis committed Nov 17, 2023
1 parent d0f4950 commit 4fc04ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tldr-sharp/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ static Config()
AnsiSupport = Windows.CheckAnsiSupport();
}

public const string ClientSpecification = "1.5";
public const string ClientSpecification = "2.0";

internal static readonly string CachePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), ".tldr", "cache");
internal static readonly string DbPath = Path.Combine(CachePath, "index.sqlite");
Expand Down

0 comments on commit 4fc04ad

Please sign in to comment.