Skip to content

Commit

Permalink
build: Fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
timonwong committed Aug 19, 2021
1 parent 06b5cbf commit a848e5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- prometheus/setup_environment
- go/load-cache:
key: v1-go-mod
key: v1
- restore_cache:
keys:
- v2-npm-deps-{{ checksum "web/ui/react-app/yarn.lock" }}
Expand All @@ -36,7 +36,7 @@ jobs:
- prometheus/store_artifact:
file: prometheus-webhook-dingtalk
- go/save-cache:
key: v1-go-mod
key: v1
- save_cache:
key: v2-npm-deps-{{ checksum "web/ui/react-app/yarn.lock" }}
paths:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
2.0.0

0 comments on commit a848e5d

Please sign in to comment.