From bec74149c3d33b3952bf4512c701b4e640c920e3 Mon Sep 17 00:00:00 2001 From: symarys Date: Thu, 24 Oct 2019 14:45:37 +0200 Subject: [PATCH] Bump version to 1.6.0 --- lib/spree_avatax_official/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/spree_avatax_official/version.rb b/lib/spree_avatax_official/version.rb index 96278ae6..87d06441 100644 --- a/lib/spree_avatax_official/version.rb +++ b/lib/spree_avatax_official/version.rb @@ -9,8 +9,8 @@ def version module VERSION MAJOR = 1 - MINOR = 5 - TINY = 1 + MINOR = 6 + TINY = 0 STRING = [MAJOR, MINOR, TINY].compact.join('.') end