From 3b0760a4ed8ac3e914653ee77607dc5696ed9863 Mon Sep 17 00:00:00 2001 From: Sergey Cherepanov Date: Thu, 20 Aug 2026 17:51:34 +0200 Subject: [PATCH] bump versions to 1.0.30 and 3.2.1 --- pb.go | 2 +- v3/pb.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pb.go b/pb.go index 71557c8..005961f 100644 --- a/pb.go +++ b/pb.go @@ -13,7 +13,7 @@ import ( ) // Current version -const Version = "1.0.29" +const Version = "1.0.30" const ( // Default refresh rate - 200ms diff --git a/v3/pb.go b/v3/pb.go index 9a37ee2..e68ab88 100644 --- a/v3/pb.go +++ b/v3/pb.go @@ -21,7 +21,7 @@ import ( ) // Version of ProgressBar library -const Version = "3.2.0" +const Version = "3.2.1" const unicodeProgressBarEnv = "UNICODE_PROGRESS_BAR"