Skip to content

Commit

Permalink
Version 1.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Reid committed Jun 26, 2024
1 parent 6f197a4 commit 6fc2b24
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.4.0"
version = "1.4.1"
settings = "os", "compiler", "arch", "build_type"
options = {
"shared": [True, False],
Expand Down

0 comments on commit 6fc2b24

Please sign in to comment.