From 6d438d4173324ff406033f50fab775efd426ac0e Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 14 Jun 2018 21:43:44 +0200 Subject: [PATCH] bump version to 1.2.0 --- lib/sandthorn/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sandthorn/version.rb b/lib/sandthorn/version.rb index a9efb3f..749e1a4 100644 --- a/lib/sandthorn/version.rb +++ b/lib/sandthorn/version.rb @@ -1,3 +1,3 @@ module Sandthorn - VERSION = "1.1.0" + VERSION = "1.2.0" end