diff --git a/Keyboards/Pipfile b/Keyboards/Pipfile index 9a516b6ce..dce42eeac 100644 --- a/Keyboards/Pipfile +++ b/Keyboards/Pipfile @@ -4,7 +4,7 @@ verify_ssl = true name = "pypi" [packages] -kll = "==0.5.7.15" +kll = "==0.5.7.16" [dev-packages] diff --git a/Lib/CMake/kll.cmake b/Lib/CMake/kll.cmake index c2cf6d0bd..4062c24b1 100644 --- a/Lib/CMake/kll.cmake +++ b/Lib/CMake/kll.cmake @@ -43,7 +43,7 @@ endif () message ( STATUS "Checking for kll" ) ### XXX XXX XXX - Remember to update Pipfile as well when you change the version! ### -set ( KLL_MIN_VERSION "0.5.7.15" ) +set ( KLL_MIN_VERSION "0.5.7.16" ) # 1) Check for environment variable if ( NOT DEFINED KLL_EXECUTABLE )