From 18e3a888f58191a8dcd75a9749f639a4619340b6 Mon Sep 17 00:00:00 2001 From: Matthew Dahlhausen Date: Mon, 30 Oct 2023 13:44:23 -0600 Subject: [PATCH] Update version.rb --- lib/openstudio-standards/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/openstudio-standards/version.rb b/lib/openstudio-standards/version.rb index 407f01e235..5a8a5455be 100644 --- a/lib/openstudio-standards/version.rb +++ b/lib/openstudio-standards/version.rb @@ -13,5 +13,5 @@ def self.git_revision end return 'git-not-found-on-this-system' end - VERSION = '0.5.0.rc1'.freeze + VERSION = '0.5.0'.freeze end