Skip to content

Commit

Permalink
Upgrade dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kara Louie committed Mar 27, 2019
1 parent 98fa606 commit 8f7ce09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,6 +5,7 @@
# dependencies
/vendor
/node_modules
/.vendor-new

/pkg/gen
/pkg/assets
Expand Down
2 changes: 1 addition & 1 deletion bin/check_dep_version
Expand Up @@ -2,7 +2,7 @@

set -eu -o pipefail

TARGET_VERSION="v0.5.0"
TARGET_VERSION="v0.5.1"
CURRENT_VERSION=$(dep version | grep version | cut -f2 -d':' | awk '{$1=$1};1' | head -n 1)

if [[ "$CURRENT_VERSION" = "$TARGET_VERSION" ]]; then
Expand Down

0 comments on commit 8f7ce09

Please sign in to comment.