aboutsummaryrefslogtreecommitdiff
path: root/conanfile.py
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2020-07-12 10:02:58 -0700
committerMarco Poletti <poletti.marco@gmail.com>2020-07-12 10:02:58 -0700
commit29c9fd265cfa72ee72fb64257fe4b72198d87264 (patch)
tree14f40f915580ee7df397d5a5348a1f1090f14960 /conanfile.py
parentaeb903162f2c6bbcc378e8024142995cae79e6f8 (diff)
downloadgoogle-fruit-29c9fd265cfa72ee72fb64257fe4b72198d87264.tar.gz
Bump the Fruit version to 3.6.0.
Diffstat (limited to 'conanfile.py')
-rw-r--r--conanfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conanfile.py b/conanfile.py
index 9c87a68..a96d39c 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -5,7 +5,7 @@ import os
class FruitConan(ConanFile):
name = "fruit"
- version = "3.5.0"
+ version = "3.6.0"
license = "Apache"
url = "https://github.com/google/fruit"
homepage = "https://github.com/google/fruit"