Bumped version to 1.10.1 for all languages.

Change-Id: I9a6256d90ea800834a887afdcf888df412018933
This commit is contained in:
Wouter van Oortmerssen
2018-10-03 12:48:47 -07:00
parent ea8a4296e7
commit c0698cc33f
12 changed files with 12 additions and 12 deletions

View File

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