From 3619c867e26a346aa4ff151b05dcde80d1c2bef6 Mon Sep 17 00:00:00 2001 From: Kouhei Sutou Date: Mon, 8 Aug 2016 11:41:33 +0900 Subject: [PATCH] Bump version --- lib/groonga/command/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/groonga/command/version.rb b/lib/groonga/command/version.rb index 0af5b29..4f9b963 100644 --- a/lib/groonga/command/version.rb +++ b/lib/groonga/command/version.rb @@ -16,6 +16,6 @@ module Groonga module Command - VERSION = "1.2.4" + VERSION = "1.2.5" end end