From d3f30a8155a8798c37993851dcbf7f2a57b633ce Mon Sep 17 00:00:00 2001 From: Benjamin Ortiz Date: Thu, 20 Jun 2024 11:34:16 -0700 Subject: [PATCH] bump version --- lib/stitches/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stitches/version.rb b/lib/stitches/version.rb index e421827..1b48baa 100644 --- a/lib/stitches/version.rb +++ b/lib/stitches/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stitches - VERSION = '5.0.0.RC1' + VERSION = '5.0.0' end