Skip to content

Commit

Permalink
set version v1.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lupino committed Aug 27, 2020
1 parent 9ac2907 commit 90a4b50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.8
ENV VERSION v1.0.0.0
ENV VERSION v1.1.0.0
RUN apk add --no-cache wget=1.20.3-r0 && \
wget https://github.com/Lupino/yuntan-gateway/releases/download/$VERSION/simple-gateway-linux-$VERSION.tar.bz2 && \
apk del wget && \
Expand Down
2 changes: 1 addition & 1 deletion yuntan-gateway.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: yuntan-gateway
version: 1.0.0.0
version: 1.1.0.0
-- synopsis:
-- description:
homepage: https://github.com/Lupino/yuntan-gateway#readme
Expand Down

0 comments on commit 90a4b50

Please sign in to comment.