Bump version

This commit is contained in:
2026-03-08 15:41:56 -04:00
parent 79e939f0b7
commit af37fc3cf0

View File

@@ -7,7 +7,7 @@ from conan.tools.files import copy
class MyLibraryConan(ConanFile):
name = "librpc"
version = "1.1.8"
version = "1.1.9"
settings = "os", "compiler", "build_type", "arch"
options = {"shared": [True, False], "fPIC": [True, False]}