OSDN Git Service

Update version, runnable on windows env. v0.1.9
authorTatsuki Sugiura <sugi@nemui.org>
Mon, 1 May 2017 09:26:38 +0000 (18:26 +0900)
committerTatsuki Sugiura <sugi@nemui.org>
Mon, 1 May 2017 09:26:38 +0000 (18:26 +0900)
ChangeLog
lib/osdn/cli/version.rb

index c47df02..c101841 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-05-01  Tatsuki Sugiura  <sugi@nemui.org>
+
+       * Try to fix launching browser on login at Windows environment.
+       * Version 0.1.9
+
 2017-02-15  Tatsuki Sugiura  <sugi@nemui.org>
 
        * Fix command class loader to support ruby 1.9.x.
index 3dffa84..0dac271 100644 (file)
@@ -1,5 +1,5 @@
 module OSDN
   module CLI
-    VERSION = "0.1.8"
+    VERSION = "0.1.9"
   end
 end