From 2ad1af835c82c38339127bd388b953a1be5a0f75 Mon Sep 17 00:00:00 2001 From: Rob Miller Date: Wed, 15 Apr 2015 15:23:07 +0100 Subject: [PATCH] Version bump to 1.2.2 --- lib/ruby-wpdb/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ruby-wpdb/version.rb b/lib/ruby-wpdb/version.rb index 2e8cdbc..5af8678 100644 --- a/lib/ruby-wpdb/version.rb +++ b/lib/ruby-wpdb/version.rb @@ -1,3 +1,3 @@ module WPDB - VERSION = "1.2.1" + VERSION = "1.2.2" end