Skip to content

Commit

Permalink
Remove inaccurate version number from conanfile
Browse files Browse the repository at this point in the history
  • Loading branch information
smessmer committed Sep 23, 2024
1 parent 30a142a commit d8d2520
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 @@ -5,7 +5,7 @@

class CryFSConan(ConanFile):
name = "cryfs"
version = "1.0"
version = "na"
settings = "os", "compiler", "build_type", "arch"
tool_requires = "cmake/3.25.3"
generators = ["CMakeToolchain", "CMakeDeps"]
Expand Down

0 comments on commit d8d2520

Please sign in to comment.