Skip to content

Commit

Permalink
* fix bug in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Teut committed Sep 29, 2016
1 parent affd77c commit b91603e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
cd -
cd -P -- "$(dirname -- "$0")"
IFS=$'\n\t'
set -vx

Expand Down
2 changes: 1 addition & 1 deletion lib/ya/api/direct/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Ya
module Api
module Direct
VERSION = "0.2.3"
VERSION = "0.2.4"
end
end
end

0 comments on commit b91603e

Please sign in to comment.