Skip to content

Commit

Permalink
curr version
Browse files Browse the repository at this point in the history
  • Loading branch information
pepa65 committed Apr 29, 2021
1 parent 27ad4b0 commit b1dfbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
command: npm run package
- run:
name: Save current version number
command: npm show datcp version >current-version
command: echo "0.8.0" >current-version
- run:
name: Save new version number
command: grep '"version":' package.json |cut -d'"' -f4 >new-version
Expand Down

0 comments on commit b1dfbec

Please sign in to comment.