mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-29 19:22:01 +00:00
Update version number to 1.9
Change-Id: I0b0ed43129c4d8fc88a177792df50adfeb52a1e3
This commit is contained in:
@@ -9,7 +9,7 @@ from conans import ConanFile, CMake, tools
|
||||
|
||||
class FlatbuffersConan(ConanFile):
|
||||
name = "flatbuffers"
|
||||
version = "1.8.0"
|
||||
version = "1.9.0"
|
||||
license = "https://github.com/google/flatbuffers/blob/master/LICENSE.txt"
|
||||
url = "https://github.com/google/flatbuffers"
|
||||
description = "Memory Efficient Serialization Library"
|
||||
|
||||
Reference in New Issue
Block a user