From ba650287b01fd1be8937b31371f9afe3dd74158f Mon Sep 17 00:00:00 2001 From: Nathan Witmer Date: Thu, 9 Dec 2021 15:06:21 -0700 Subject: [PATCH] version 1.6.3 --- lib/scientist/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/scientist/version.rb b/lib/scientist/version.rb index 5816fe4..37aa42a 100644 --- a/lib/scientist/version.rb +++ b/lib/scientist/version.rb @@ -1,3 +1,3 @@ module Scientist - VERSION = "1.6.2" + VERSION = "1.6.3" end