From c372f44902dffc064a2dcbc0c7055cd1b9dc5658 Mon Sep 17 00:00:00 2001 From: Ken Robertson Date: Thu, 27 Jun 2013 13:59:01 -0700 Subject: [PATCH] Version 0.4.0 --- lib/deb/s3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/deb/s3.rb b/lib/deb/s3.rb index cc5b12e..1d3147d 100644 --- a/lib/deb/s3.rb +++ b/lib/deb/s3.rb @@ -1,5 +1,5 @@ module Deb module S3 - VERSION = "0.3.0" + VERSION = "0.4.0" end end