File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Perquisites:
8888* Ubuntu (Should work on any Linux system but not tested).
8989
9090``` bash
91- $ wget https://github.com/narkisr/octo/releases/download/0.7 .0/octo
91+ $ wget https://github.com/narkisr/octo/releases/download/0.8 .0/octo
9292$ sudo mv octo /usr/local/bin
9393```
9494
Original file line number Diff line number Diff line change 1- cat bin/stub.sh target/octo-0.7 .0-standalone.jar > target/octo && chmod +x target/octo
1+ cat bin/stub.sh target/octo-0.8 .0-standalone.jar > target/octo && chmod +x target/octo
22
Original file line number Diff line number Diff line change 1- (defproject octo " 0.7 .0"
1+ (defproject octo " 0.8 .0"
22 :description " Github backup tool"
33 :url " https://github.com/narkisr/octo-rewind"
44 :license {:name " Apache License, Version 2.0" :url " http://www.apache.org/licenses/LICENSE-2.0.html" }
Original file line number Diff line number Diff line change 1515(set-level! :debug )
1616
1717(defn version []
18- (let [current " 0.7 .0" last-version (:name (last (sort-by :name (repos/tags " narkisr" " octo" ))))]
18+ (let [current " 0.8 .0" last-version (:name (last (sort-by :name (repos/tags " narkisr" " octo" ))))]
1919 (if-not (= current last-version )
2020 (println " octo backup" current " ,latest version is" last-version " please upgrade" )
2121 (println " octo backup" current))))
You can’t perform that action at this time.
0 commit comments