blob: 9d5c93512d4cb7e3ff9b2d09556986b0f198f7d8 [file] [log] [blame]
// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace Apache.Arrow.Flatbuf
{
internal enum MetadataVersion : short
{
/// 0.1.0
V1 = 0,
/// 0.2.0
V2 = 1,
/// 0.3.0 -> 0.7.1
V3 = 2,
/// >= 0.8.0
V4 = 3,
};
}