From 1adf73e735f358545bc2d13a2258fcaa31e0395f Mon Sep 17 00:00:00 2001 From: Esteban Zapata Rojas <2417465+estebanz01@users.noreply.github.com> Date: Mon, 17 Apr 2023 15:17:17 -0500 Subject: [PATCH] feat: Bump to version 3.0.2. Codename Random. This release includes the fix reported on #99 which is another manifestation of the good ol' #23 which was fixed on #24. Thanks @ylansegal :yay:. --- lib/statistics/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/statistics/version.rb b/lib/statistics/version.rb index f280300..b677528 100644 --- a/lib/statistics/version.rb +++ b/lib/statistics/version.rb @@ -1,3 +1,3 @@ module Statistics - VERSION = "3.0.1" + VERSION = "3.0.2" end