Skip to content

Commit

Permalink
fix: update component versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebridges committed Aug 6, 2020
1 parent f6027d3 commit cf8a7ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/elektrum/deploy/task_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
get_tag_commit,
)

ELEKTRUM_APPLICATION_VERSION = {'development': '0.6.1', 'staging': '0.6.1', 'production': '0.6.1'}
ELEKTRUM_PROCESSOR_VERSION = {'development': '1.2.0', 'staging': '1.2.0', 'production': '1.2.0'}
ELEKTRUM_APPLICATION_VERSION = {'development': '0.6.2', 'staging': '0.6.2', 'production': '0.6.2'}
ELEKTRUM_PROCESSOR_VERSION = {'development': '1.2.1', 'staging': '1.2.1', 'production': '1.2.1'}
ELEKTRUM_THUMBNAIL_VERSION = {'development': '1.4.0', 'staging': '1.4.0', 'production': '1.4.0'}


Expand Down

0 comments on commit cf8a7ad

Please sign in to comment.