From 3dd470830ac6defe00d21693b01c4a04f04d34a1 Mon Sep 17 00:00:00 2001 From: Mathew Allen Date: Fri, 2 Sep 2016 13:55:19 -0400 Subject: [PATCH] version 0.4.0 --- lib/turbograft/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/turbograft/version.rb b/lib/turbograft/version.rb index 86767091..7e8268db 100644 --- a/lib/turbograft/version.rb +++ b/lib/turbograft/version.rb @@ -1,3 +1,3 @@ module TurboGraft - VERSION = '0.3.1' + VERSION = '0.4.0' end