diff --git a/CMakeLists.txt b/CMakeLists.txt
index dac056dd..01d54f51 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.6.0)
-project(win-vind VERSION 5.5.0)
+project(win-vind VERSION 5.5.1)
 set(INTERNAL_VERSION ${PROJECT_VERSION}.0)
 
 if(NOT CMAKE_BUILD_TYPE)
diff --git a/README.md b/README.md
index 4e644777..b28ea892 100644
--- a/README.md
+++ b/README.md
@@ -69,12 +69,12 @@ $ scoop install win-vind
 ```
 
 ### Executable Installer
-- [win-vind_5.5.0_32bit_installer.zip](https://github.com/pit-ray/win-vind/releases/download/v5.5.0/win-vind_5.5.0_32bit_installer.zip)
-- [win-vind_5.5.0_64bit_installer.zip](https://github.com/pit-ray/win-vind/releases/download/v5.5.0/win-vind_5.5.0_64bit_installer.zip)
+- [win-vind_5.5.1_32bit_installer.zip](https://github.com/pit-ray/win-vind/releases/download/v5.5.1/win-vind_5.5.1_32bit_installer.zip)
+- [win-vind_5.5.1_64bit_installer.zip](https://github.com/pit-ray/win-vind/releases/download/v5.5.1/win-vind_5.5.1_64bit_installer.zip)
 
 ### Portable Zip
-- [win-vind_5.5.0_32bit_portable.zip](https://github.com/pit-ray/win-vind/releases/download/v5.5.0/win-vind_5.5.0_32bit_portable.zip)
-- [win-vind_5.5.0_64bit_portable.zip](https://github.com/pit-ray/win-vind/releases/download/v5.5.0/win-vind_5.5.0_64bit_portable.zip)
+- [win-vind_5.5.1_32bit_portable.zip](https://github.com/pit-ray/win-vind/releases/download/v5.5.1/win-vind_5.5.1_32bit_portable.zip)
+- [win-vind_5.5.1_64bit_portable.zip](https://github.com/pit-ray/win-vind/releases/download/v5.5.1/win-vind_5.5.1_64bit_portable.zip)
 
 
 ## Usage
diff --git a/docs/_config.yml b/docs/_config.yml
index f6d617b2..8d2bc10d 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -13,7 +13,7 @@ translations:
   #  label: 日本語
 
 project:
-  version: 5.5.0
+  version: 5.5.1
   download_url: downloads
   download_text: Download
 
@@ -43,10 +43,10 @@ links:
       icon: comments
       url: https://github.com/pit-ray/win-vind/discussions
 
-dl_ins_32: https://github.com/pit-ray/win-vind/releases/download/v5.5.0/win-vind_5.5.0_32bit_installer.zip
-dl_zip_32: https://github.com/pit-ray/win-vind/releases/download/v5.5.0/win-vind_5.5.0_32bit_portable.zip
-dl_ins_64: https://github.com/pit-ray/win-vind/releases/download/v5.5.0/win-vind_5.5.0_64bit_installer.zip
-dl_zip_64: https://github.com/pit-ray/win-vind/releases/download/v5.5.0/win-vind_5.5.0_64bit_portable.zip
+dl_ins_32: https://github.com/pit-ray/win-vind/releases/download/v5.5.1/win-vind_5.5.1_32bit_installer.zip
+dl_zip_32: https://github.com/pit-ray/win-vind/releases/download/v5.5.1/win-vind_5.5.1_32bit_portable.zip
+dl_ins_64: https://github.com/pit-ray/win-vind/releases/download/v5.5.1/win-vind_5.5.1_64bit_installer.zip
+dl_zip_64: https://github.com/pit-ray/win-vind/releases/download/v5.5.1/win-vind_5.5.1_64bit_portable.zip
 
 ui:
   mode: 'light' # 'auto', 'dark', 'light'
diff --git a/src/core/version.hpp b/src/core/version.hpp
index e361b839..1b9078ce 100644
--- a/src/core/version.hpp
+++ b/src/core/version.hpp
@@ -1,6 +1,6 @@
 #ifndef _VERSION_HPP
 #define _VERSION_HPP
 
-#define WIN_VIND_VERSION "5.5.0.0"
+#define WIN_VIND_VERSION "5.5.1.0"
 
 #endif