From 12f4b4779d0860d9527d895782fbd8af74a973d6 Mon Sep 17 00:00:00 2001 From: Gert Goet Date: Fri, 15 Aug 2014 17:20:46 +0200 Subject: [PATCH] New release --- lib/rack/pjax/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rack/pjax/version.rb b/lib/rack/pjax/version.rb index 6fbee85..8f88ebd 100644 --- a/lib/rack/pjax/version.rb +++ b/lib/rack/pjax/version.rb @@ -1,5 +1,5 @@ module Rack class Pjax - VERSION = "0.7.0" + VERSION = "0.8.0" end end