From 7e9e914e5af0c5f03f03437241906c0c4c952770 Mon Sep 17 00:00:00 2001 From: Tatsuki Sugiura Date: Mon, 29 Oct 2018 19:30:54 +0900 Subject: [PATCH 1/1] Update version. --- ChangeLog | 5 +++++ lib/osdn/cli/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 80fc0aa..77c434b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-10-29 Tatsuki Sugiura + + * "package" and "release" commands get target ID from vars file. + * Version 0.1.11 + 2018-08-20 Tatsuki Sugiura * Fix to compat with API change; check file size instead of digest on upload diff --git a/lib/osdn/cli/version.rb b/lib/osdn/cli/version.rb index 4b3a806..a55a5fa 100644 --- a/lib/osdn/cli/version.rb +++ b/lib/osdn/cli/version.rb @@ -1,5 +1,5 @@ module OSDN module CLI - VERSION = "0.1.10" + VERSION = "0.1.11" end end -- 2.11.0