Skip to content

Commit aa361cf

Browse files
author
ronen
committed
version bump
1 parent 126f0f1 commit aa361cf

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
@@ -90,7 +90,7 @@ Perquisites:
9090
* Ubuntu (Should work on any Linux system but not tested).
9191

9292
```bash
93-
$ wget https://github.com/narkisr/octo/releases/download/0.4.0/octo
93+
$ wget https://github.com/narkisr/octo/releases/download/0.5.0/octo
9494
$ sudo mv octo /usr/local/bin
9595
```
9696

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.4.0-standalone.jar > target/octo && chmod +x target/octo
1+
cat bin/stub.sh target/octo-0.5.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.4.0"
1+
(defproject octo "0.5.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
@@ -14,7 +14,7 @@
1414

1515
(set-level! :debug)
1616

17-
(def version "0.4.0")
17+
(def version "0.5.0")
1818

1919
(defn- per-repo [[f {:keys [repos]}]]
2020
(doseq [{:keys [user org] :as repo} repos]

0 commit comments

Comments
 (0)