Skip to content

Commit 5d419d5

Browse files
author
ronen
committed
version up
1 parent 3bd30ce commit 5d419d5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

bin/binary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"}

src/octo/core.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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))))

0 commit comments

Comments
 (0)