From cd3fbc224696165e8512fff126cc514307a3cdb5 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Tue, 5 Jan 2021 15:50:14 +0000 Subject: Update to 5.0.0.beta1 1. rake update[v5.0.0-beta1] 2. Update version.rb and the README version --- lib/bootstrap/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/bootstrap/version.rb') diff --git a/lib/bootstrap/version.rb b/lib/bootstrap/version.rb index 93dbf80..61f1e7b 100644 --- a/lib/bootstrap/version.rb +++ b/lib/bootstrap/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Bootstrap - VERSION = '5.0.0.alpha3' - BOOTSTRAP_SHA = '384eccbfaf3f234944f8d60ac70dd7966814c994' + VERSION = '5.0.0.beta1' + BOOTSTRAP_SHA = '63f3d939eaceeb84dcc77a7392953bcc8c5bc0a3' end -- cgit v1.2.3