Update version number to 1.9

Change-Id: I0b0ed43129c4d8fc88a177792df50adfeb52a1e3
This commit is contained in:
Wouter van Oortmerssen
2018-04-05 15:11:52 -07:00
parent 676f0248aa
commit 20a400e940
6 changed files with 6 additions and 6 deletions

View File

@@ -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"