From cc8938ac72e1448a8f0fdfa4cc6005aab686379b Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 12 May 2024 20:06:58 -0300 Subject: [PATCH] v0.2.0 --- 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 3b228c9..7fce096 100644 --- a/lib/bsd/control/version.rb +++ b/lib/bsd/control/version.rb @@ -2,6 +2,6 @@ module BSD module Control - VERSION = "0.1.1" + VERSION = "0.2.0" end end