Skip to content

Commit

Permalink
Bugfix release
Browse files Browse the repository at this point in the history
- Execution problems on OS X (issue #1)
- Possibility to set custom temporary directory (issue #3)
  • Loading branch information
9seconds committed Nov 2, 2014
1 parent b3b978c commit 77d6649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Options:
-v, --debug
Shows a debug log of command execution.`

const version = "ah 0.9"
const version = "ah 0.9.1"

var validateBookmarkName = utils.CreateRegexp(`^[A-Za-z_]\w*$`)

Expand Down

0 comments on commit 77d6649

Please sign in to comment.