From 52ae3bf030ae04f0b87ba29bc2edd77144d0ce40 Mon Sep 17 00:00:00 2001 From: Bradley Price Date: Wed, 23 Oct 2019 17:58:24 -0500 Subject: [PATCH] Bump version to 0.13.1 (#80) The version is currently out of sync with the tagged version --- lib/hootstrap/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hootstrap/version.rb b/lib/hootstrap/version.rb index 56c2f07..d0d276a 100644 --- a/lib/hootstrap/version.rb +++ b/lib/hootstrap/version.rb @@ -1,3 +1,3 @@ module Hootstrap - VERSION = '0.12.1'.freeze + VERSION = '0.13.1'.freeze end