Skip to content

Commit

Permalink
提升版本为v1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyo committed May 5, 2020
1 parent 43e4680 commit 85a3770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion archery/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = (1, 7, 9)
version = (1, 7, 10)
display_version = '.'.join(str(i) for i in version)
2 changes: 1 addition & 1 deletion src/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
- "./inception/config.toml:/etc/config.toml"

archery:
image: hhyo/archery:1.7.9
image: hhyo/archery:1.7.10
container_name: archery
restart: always
ports:
Expand Down

0 comments on commit 85a3770

Please sign in to comment.