From 0234a7d757d41c1b7a5cd4c349953af789a0c67a Mon Sep 17 00:00:00 2001 From: Samuel Tallet Date: Fri, 21 May 2021 14:55:25 +0200 Subject: [PATCH] Update version number --- source/parametric_modeling.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/parametric_modeling.rb b/source/parametric_modeling.rb index 0ae85b2..5d568be 100644 --- a/source/parametric_modeling.rb +++ b/source/parametric_modeling.rb @@ -27,7 +27,7 @@ module ParametricModeling if Sketchup.version.to_i >= 17 - VERSION = '0.0.6-dev' + VERSION = '0.0.6' # Load translation if it's available for current locale. TRANSLATE = LanguageHandler.new('pmg.translation')