From 460bc10daa482795d8a8c00f6a070c0522e92638 Mon Sep 17 00:00:00 2001 From: voidlizard Date: Wed, 4 Jun 2025 12:02:10 +0300 Subject: [PATCH] minor fix --- hbs2-peer/app/Migrate.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hbs2-peer/app/Migrate.hs b/hbs2-peer/app/Migrate.hs index 3d8e2c48..94889760 100644 --- a/hbs2-peer/app/Migrate.hs +++ b/hbs2-peer/app/Migrate.hs @@ -72,8 +72,8 @@ migrate syn = flip runContT pure $ callCC \exit -> do liftIO $ hPutDoc stdout $ yellow "Storage migration process is about to start" <> line <> "It will convert the current storage structure to a new one (NCQ storage)" <> line - <> "to use with hbs2 0.26 and newer" <> line - <> "hbs2-peer 0.25 and earlier versions don't work with the new storage." <> line + <> "to use with hbs2 0.25.2 and newer" <> line + <> "hbs2-peer 0.25.1 and earlier versions don't work with the new storage." <> line <> "If you want to backup your data first just for in case" <> line <> "You may store the contents of directory" <> line <> line