From 7afd634f8624ad6edacd0e35f00d33c768e7fee6 Mon Sep 17 00:00:00 2001 From: meganemura Date: Sat, 30 Nov 2013 02:14:40 +0900 Subject: [PATCH] Bump version --- lib/ruby-dmm/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ruby-dmm/version.rb b/lib/ruby-dmm/version.rb index 630ea64..4f082cd 100644 --- a/lib/ruby-dmm/version.rb +++ b/lib/ruby-dmm/version.rb @@ -1,4 +1,4 @@ # encoding: utf-8 module DMM - VERSION = "0.1.1" + VERSION = "0.1.2" end