Skip to content

Commit

Permalink
Bump Attestation Service version to 1.6.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
eelanagaraj authored and martinvol committed May 13, 2022
1 parent 38c753f commit f1f02bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.alfajores
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ATTESTATION_BOT_MAX_ATTESTATIONS=32
ATTESTATION_BOT_SKIP_ODIS_SALT=bot

ATTESTATION_SERVICE_DOCKER_IMAGE_REPOSITORY="us.gcr.io/celo-testnet/celo-monorepo"
ATTESTATION_SERVICE_DOCKER_IMAGE_TAG="attestation-service-alfajores"
ATTESTATION_SERVICE_DOCKER_IMAGE_TAG="attestation-service-v1.5.0"

CELO_PROVIDER_BACKUPS=https://alfajores-forno.celo-testnet.org
TELEKOM_FROM="+14157389085"
Expand Down
2 changes: 1 addition & 1 deletion .env.baklava
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ EKSPORTISTO_DOCKER_IMAGE_TAG="b199a634866ef34c4fa1925381dff4de40eb0a3c"
EKSPORTISTO_SUFFIX='1'

ATTESTATION_SERVICE_DOCKER_IMAGE_REPOSITORY="us.gcr.io/celo-testnet/celo-monorepo"
ATTESTATION_SERVICE_DOCKER_IMAGE_TAG="attestation-service-baklava"
ATTESTATION_SERVICE_DOCKER_IMAGE_TAG="attestation-service-v1.5.0"

CELO_PROVIDER_BACKUPS=https://baklava-forno.celo-testnet.org
TELEKOM_FROM="+14157389085"
Expand Down
2 changes: 1 addition & 1 deletion packages/attestation-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/attestation-service",
"version": "1.5.0",
"version": "1.6.0-dev",
"description": "Issues attestation messages for Celo's identity protocol",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit f1f02bf

Please sign in to comment.