From 45dd83dd9f8f0c9589c3833c2eeefd06af85d43f Mon Sep 17 00:00:00 2001 From: Edgars Beigarts Date: Mon, 28 Aug 2017 14:19:19 +0000 Subject: [PATCH] Release v1.7.1 --- lib/saxlsx/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/saxlsx/version.rb b/lib/saxlsx/version.rb index ee43087..6c8e59a 100644 --- a/lib/saxlsx/version.rb +++ b/lib/saxlsx/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Saxlsx - VERSION = '1.7.0' + VERSION = '1.7.1' end