diff options
author | Wouter van Oortmerssen <aardappel@gmail.com> | 2018-10-03 12:48:47 -0700 |
---|---|---|
committer | Wouter van Oortmerssen <aardappel@gmail.com> | 2018-10-03 12:48:47 -0700 |
commit | c0698cc33f1e534bb59c455909b88cc2726089af (patch) | |
tree | 92ad5b6b9ef6b4d2b1c6532d2d3c3489d594617a /conanfile.py | |
parent | ea8a4296e7f96eeff8b07a9baa2f40b347d7bf7d (diff) | |
download | flatbuffers-c0698cc33f1e534bb59c455909b88cc2726089af.tar.gz flatbuffers-c0698cc33f1e534bb59c455909b88cc2726089af.tar.bz2 flatbuffers-c0698cc33f1e534bb59c455909b88cc2726089af.zip |
Bumped version to 1.10.1 for all languages.v1.10.0
Change-Id: I9a6256d90ea800834a887afdcf888df412018933
Diffstat (limited to 'conanfile.py')
-rw-r--r-- | conanfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conanfile.py b/conanfile.py index 718cf2cf..2c8b77de 100644 --- a/conanfile.py +++ b/conanfile.py @@ -10,7 +10,7 @@ from conans import ConanFile, CMake, tools class FlatbuffersConan(ConanFile): name = "flatbuffers" - version = "1.9.0" + version = "1.10.0" license = "Apache-2.0" url = "https://github.com/google/flatbuffers" homepage = "http://google.github.io/flatbuffers/" |