From 6ef5e4caac8e08706ec51f3933bc280f10926c59 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Tue, 14 May 2024 20:57:20 -0300 Subject: [PATCH] v0.2.1 --- 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 7fce096..ab409f7 100644 --- a/lib/bsd/control/version.rb +++ b/lib/bsd/control/version.rb @@ -2,6 +2,6 @@ module BSD module Control - VERSION = "0.2.0" + VERSION = "0.2.1" end end