Skip to content

Commit

Permalink
up to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskite committed Feb 16, 2017
1 parent 1431383 commit 580b4a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
release="0.0.2"
release="0.0.3"
localBin="/usr/local/bin/dope"
os=$(uname -s)
arch=$(uname -m)
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"os/exec"
)

const Release = "0.0.2"
const Release = "0.0.3"

var log = logging.MustGetLogger("dope")

Expand Down

0 comments on commit 580b4a6

Please sign in to comment.