Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
Added SchemaInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Borisov committed Jul 19, 2017
1 parent 6641874 commit f9d2eea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/OpenTl.Schema/SchemaInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
namespace OpenTl.Schema
{
public static class SchemaInfo
{
public static int SchemaVersion { get; } = 68;
}
}

0 comments on commit f9d2eea

Please sign in to comment.