From 3af76be45efa59b8abf7d8e425b6aee60a27ec3f Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 9 May 2017 20:49:30 +0200 Subject: version.rb: Use single quotes Match the style in the rest of the project. --- lib/dbshell/rails/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dbshell/rails/version.rb b/lib/dbshell/rails/version.rb index 4728e94..84e0d07 100644 --- a/lib/dbshell/rails/version.rb +++ b/lib/dbshell/rails/version.rb @@ -1,5 +1,5 @@ module DBShell module Rails - VERSION = "0.0.1" + VERSION = '0.0.1' end end -- cgit v1.2.3