From c127bf6a9cc7a2bdab3b0ae0b6039dea1eb04a04 Mon Sep 17 00:00:00 2001 From: Misha Merkushin Date: Fri, 12 Aug 2022 11:33:16 +0300 Subject: [PATCH] Release 0.4.0 --- lib/schked/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/schked/version.rb b/lib/schked/version.rb index 04f7d89..ccfc8d9 100644 --- a/lib/schked/version.rb +++ b/lib/schked/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Schked - VERSION = "0.3.3" + VERSION = "0.4.0" end