Skip to content

Commit

Permalink
Upped conan version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Reid committed Nov 5, 2024
1 parent cd38454 commit 4701719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class SkyboltConan(ConanFile):
name = "skybolt"
version = "1.5.0"
version = "1.5.1"
settings = "os", "compiler", "arch", "build_type"
options = {
"enable_bullet": [True, False],
Expand Down

0 comments on commit 4701719

Please sign in to comment.