Skip to content

Commit

Permalink
Merge pull request #134 from meilisearch/commit-date
Browse files Browse the repository at this point in the history
Rename buildDate into commitDate
  • Loading branch information
alallema authored Jul 8, 2021
2 parents 91f49ff + 79afe44 commit c2a60c0
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 c2a60c0

Please sign in to comment.