Skip to content

Commit

Permalink
Update the version to 0.1.4-dev (eclipse-uprotocol#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Hartley authored Apr 24, 2024
1 parent e67dcab commit 3c78b05
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 @@ -16,7 +16,7 @@ class UpClientZenoh(ConanFile):
options = {"shared": [True, False], "fPIC": [True, False]}
conan_version = None
generators = "CMakeDeps"
version = "0.1.3-dev"
version = "0.1.4-dev"
exports_sources = "CMakeLists.txt", "lib/*", "test/*"

options = {
Expand Down

0 comments on commit 3c78b05

Please sign in to comment.