From 4f62d50488491ad1e7ff1332229ddf2bf76a57f9 Mon Sep 17 00:00:00 2001 From: Nekopanda Date: Tue, 8 Dec 2015 19:54:35 +0900 Subject: [PATCH] ver2.0.5 --- main/logbook/constants/AppConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/logbook/constants/AppConstants.java b/main/logbook/constants/AppConstants.java index 5b1c5d65..9b46edb7 100644 --- a/main/logbook/constants/AppConstants.java +++ b/main/logbook/constants/AppConstants.java @@ -24,7 +24,7 @@ public class AppConstants { public static final String SUFFIX = "拡張版"; /** バージョン */ - public static final String VERSION = "2.0.4"; + public static final String VERSION = "2.0.5"; /** ホームページ */ public static final URI HOME_PAGE_URI = URI.create("http://nekopanda.blog.jp/");