From: Tatsuki Sugiura Date: Wed, 20 Jul 2016 07:32:30 +0000 (+0900) Subject: Update version to 0.1.5. X-Git-Tag: v0.1.5^0 X-Git-Url: http://git.osdn.net/view?p=osdn-codes%2Fosdn-cli.git;a=commitdiff_plain;h=91831932180fe8d605a7cc1255b6b00e4eb01265;ds=sidebyside Update version to 0.1.5. --- diff --git a/ChangeLog b/ChangeLog index 6c8fe18..88cd831 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-07-20 Tatsuki Sugiura + + * Versino 0.1.5 + * frs_upload, relfile: Add bandwidth limit option. + 2016-07-01 Tatsuki Sugiura * Versino 0.1.4 diff --git a/lib/osdn/cli/version.rb b/lib/osdn/cli/version.rb index c756527..0506c17 100644 --- a/lib/osdn/cli/version.rb +++ b/lib/osdn/cli/version.rb @@ -1,5 +1,5 @@ module OSDN module CLI - VERSION = "0.1.4" + VERSION = "0.1.5" end end