Skip to content

Commit

Permalink
Change API version to 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JBrenesSimpat committed Feb 12, 2024
1 parent 4ca5e8e commit 90cbac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Application/EdFi.Ods.Api/Constants/ApiVersionConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ public static class ApiVersionConstants
/// <summary>
/// Informational version of the ods api.
/// </summary>
public const string InformationalVersion = "6.1";
public const string InformationalVersion = "6.2";

/// <summary>
/// Semantic version of the ods api.
/// </summary>
public const string Version = "6.1";
public const string Version = "6.2";

/// <summary>
/// Suite version of the ods api.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"odsApiVersion": "6.1",
"odsApiVersion": "6.2",
"schemaDefinition": {
"logicalName": "Ed-Fi",
"physicalName": "edfi",
Expand Down

0 comments on commit 90cbac4

Please sign in to comment.