Skip to content

Commit

Permalink
Rename buildDate into commitDate
Browse files Browse the repository at this point in the history
  • Loading branch information
alallema committed Jul 8, 2021
1 parent 91f49ff commit 79afe44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Meilisearch/Client/MeiliSearchVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public class MeiliSearchVersion
/// <summary>
/// Gets or sets build date of the current version.
/// </summary>
[JsonPropertyName("buildDate")]
public string BuildDate { get; set; }
[JsonPropertyName("commitDate")]
public string CommitDate { get; set; }

/// <summary>
/// Gets or sets information about MeiliSearch version.
Expand Down

0 comments on commit 79afe44

Please sign in to comment.