From 368804eb2e7273c4219a542767a746e712948582 Mon Sep 17 00:00:00 2001 From: "Kosuke Yamashita (ocha)" Date: Wed, 30 Nov 2016 23:14:03 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=82=92=200.1.2=20=E3=81=AB=E4=B8=8A=E3=81=92=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/version.rb b/config/version.rb index bb831367..bb5e1e55 100644 --- a/config/version.rb +++ b/config/version.rb @@ -2,6 +2,6 @@ module LogArchiver class Application - VERSION = '0.1.1' + VERSION = '0.1.2' end end