bump version in conanfile

This commit is contained in:
Tim Stack 2022-09-28 09:32:19 -07:00
parent b86d272c29
commit e1f52dd6e2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from conan.tools.cmake import CMake, CMakeToolchain, CMakeDeps
class LnavConan(ConanFile):
name = "lnav"
version = "0.11.0"
version = "0.11.1"
homepage = "https://lnav.org"
url = "https://github.com/tstack/lnav.git"
license = "BSD-2-Clause"