From 9e1ecd0d5d1c6a9f4634d19047e51270194eb25d Mon Sep 17 00:00:00 2001 From: Marcelo Pereira Date: Mon, 26 Jul 2021 19:06:31 +0200 Subject: [PATCH] Bump version to 0.2.1 --- lib/cuniculus/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cuniculus/version.rb b/lib/cuniculus/version.rb index 062c64b..5e37614 100644 --- a/lib/cuniculus/version.rb +++ b/lib/cuniculus/version.rb @@ -6,11 +6,11 @@ module Cuniculus # The minor version of Cuniculus. Bumped for every non-patch level # release. - MINOR = 1 + MINOR = 2 # The tiny version of Cuniculus. Usually 0, only bumped for bugfix # releases that fix regressions from previous versions. - TINY = 0 + TINY = 1 # The version of Cuniculus you are using, as a string (e.g. "2.11.0") VERSION = [MAJOR, MINOR, TINY].join(".").freeze