From e533ba772fe648b7282dafb0b56e90046b686536 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mindaugas=20Moz=C5=ABras?= Date: Mon, 14 Mar 2016 23:08:20 +0200 Subject: [PATCH] Bump version to 0.6.0 --- lib/pronto/eslint/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pronto/eslint/version.rb b/lib/pronto/eslint/version.rb index 8c1e300..11e7eb5 100644 --- a/lib/pronto/eslint/version.rb +++ b/lib/pronto/eslint/version.rb @@ -1,5 +1,5 @@ module Pronto module ESLintVersion - VERSION = '0.5.0'.freeze + VERSION = '0.6.0'.freeze end end -- 2.41.0