From c9efe5ba41d5665237b59d46ecb33931d75ba94e Mon Sep 17 00:00:00 2001 From: Chris Petersen Date: Mon, 8 Apr 2024 08:59:22 -0700 Subject: [PATCH] Version bump --- lib/candle/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/candle/version.rb b/lib/candle/version.rb index da42be7..3aaf772 100644 --- a/lib/candle/version.rb +++ b/lib/candle/version.rb @@ -1,3 +1,3 @@ module Candle - VERSION = '0.0.3' + VERSION = '0.0.4' end