Bump version to 2.0.6 to prepare for new commits
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8656d7a..2f8ce5a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@
 endif()
 
 project(libjpeg-turbo C)
-set(VERSION 2.0.5)
+set(VERSION 2.0.6)
 string(REPLACE "." ";" VERSION_TRIPLET ${VERSION})
 list(GET VERSION_TRIPLET 0 VERSION_MAJOR)
 list(GET VERSION_TRIPLET 1 VERSION_MINOR)