Skip to content

Commit d35b840

Browse files
committed
fix conanfile.py
1 parent f147972 commit d35b840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
class Rangev3Conan(ConanFile):
1616
name = "range-v3"
17-
version = "v1.0-beta"
17+
version = "0.9.0"
1818
license = "Boost Software License - Version 1.0 - August 17th, 2003"
1919
url = "https://github.com/ericniebler/range-v3"
2020
description = """Experimental range library for C++11/14/17"""

0 commit comments

Comments
 (0)