From af37fc3cf075a770626c07c69c0be2c4837122e0 Mon Sep 17 00:00:00 2001 From: Johnathon Slightham Date: Sun, 8 Mar 2026 15:41:56 -0400 Subject: [PATCH] Bump version --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index fcbda3f..d01e22d 100644 --- a/conanfile.py +++ b/conanfile.py @@ -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]}