From 20ee941b82153b0c0c330f80f5dc807999d35757 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Sat, 8 Apr 2023 21:49:23 -0400 Subject: [PATCH] i dub thee v0.19.0 --- lib/squib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/squib/version.rb b/lib/squib/version.rb index 08f7471..6b4569d 100644 --- a/lib/squib/version.rb +++ b/lib/squib/version.rb @@ -6,6 +6,6 @@ module Squib # Most of the time this is in the alpha of the next release. # e.g. v0.0.5a is on its way to becoming v0.0.5 # - VERSION = '0.19.0b' + VERSION = '0.19.0' end