From f5b4eb449932102af340f92da190bf9c71b7781a Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 28 Dec 2020 12:12:26 +0200 Subject: [PATCH] source/scss/bootstrap.scss: Fix header version Not critical, but can be annoying when you are looking at the CSS and it shows an older version than you expect. --- source/scss/bootstrap.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/scss/bootstrap.scss b/source/scss/bootstrap.scss index a106536..ffe17f8 100644 --- a/source/scss/bootstrap.scss +++ b/source/scss/bootstrap.scss @@ -1,5 +1,5 @@ /*! - * Bootstrap v5.0.0-alpha3 (https://getbootstrap.com/) + * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/) * Copyright 2011-2020 The Bootstrap Authors * Copyright 2011-2020 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)