diff --git a/UPGRADE.fr.md b/UPGRADE.fr.md
index 3b612289554408e147d42b97a9590db26027a6dc..cdd849713831568f311fda83d140c2279eb2475c 100644
--- a/UPGRADE.fr.md
+++ b/UPGRADE.fr.md
@@ -165,4 +165,6 @@ Vous pouvez aussi attendre un réimport total de vos notices.
 
  - 8.0.160 - 20/06/2022 : cosmogramme/sql/patch/patch_433.php
 
- - 8.0.170 - 29/09/2022 : Pour faciliter la personnalisation, les titres des notices sont maintenant composés de balises span ayant comme classe le champs UNIMARC.
\ No newline at end of file
+ - 8.0.170 - 29/09/2022 : Pour faciliter la personnalisation, les titres des notices sont maintenant composés de balises span ayant comme classe le champs UNIMARC.
+
+ - 8.0.179 - 04/04/2023 : Patch correctif de la migration des abonnements des utilisateurs.
\ No newline at end of file
diff --git a/VERSIONS b/VERSIONS
index 688e899b20f4c3dfb3afe2f9fd38ce35cbdc3769..3dea8a396d84cb75c7fde2be403dd9a4bba18f1d 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,8 @@
+03/04/2023 - v8.0.179
+
+ - correctif #176130 : Serveurs d'idendités : correction de la migration des abonnements des utilisateurs.
+
+
 29/03/2023 - v8.0.178
 
  - fonctionnalité #166706 : Serveurs d'identité : Ajout de la configuration de la bibliothèque et du niveau d'accès lors d'une création automatique de compte
diff --git a/VERSIONS_HOTLINE/176130 b/VERSIONS_HOTLINE/176130
deleted file mode 100644
index 0b81433abae9165dd46bcedc14b2eb5ed196285e..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/176130
+++ /dev/null
@@ -1 +0,0 @@
- - correctif #176130 : Serveurs d'idendités : correction de la migration des abonnements des utilisateurs.
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index b51e5230881c9c6e90c7831dd51ec3356f0c0757..682a9265cec0d47e3733c7db5cd9c3bef59d5445 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -126,7 +126,7 @@ class Bokeh_Engine {
 
   public function setupConstants() {
     defineConstant('BOKEH_MAJOR_VERSION','8.0');
-    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.178');
+    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.179');
 
     defineConstant('BOKEH_REMOTE_FILES', 'https://git.afi-sa.net/afi/opacce/');