From b8a6124d10d93b67eff9dce5b3fd90483285422a Mon Sep 17 00:00:00 2001 From: Steve Purcell <steve@sanityinc.com> Date: Sat, 6 Feb 2016 16:34:14 +1300 Subject: [PATCH] Bump version to 0.1.3 in order to fix lib/* file permissions in gem See https://github.com/purcell/sqlint/issues/3 --- lib/sqlint/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlint/version.rb b/lib/sqlint/version.rb index 5070589..1bd0b65 100644 --- a/lib/sqlint/version.rb +++ b/lib/sqlint/version.rb @@ -1,3 +1,3 @@ module SQLint - VERSION = "0.1.2" + VERSION = "0.1.3" end -- GitLab