From c7ab44a8685411e51a3444105a273c5090ac09d7 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 13 Oct 2024 01:13:39 -0300 Subject: [PATCH] v0.2.2 --- lib/bsd/control/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bsd/control/version.rb b/lib/bsd/control/version.rb index ab409f7..d625e62 100644 --- a/lib/bsd/control/version.rb +++ b/lib/bsd/control/version.rb @@ -2,6 +2,6 @@ module BSD module Control - VERSION = "0.2.1" + VERSION = "0.2.2" end end