Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vimagick committed Jan 18, 2018
1 parent 077103d commit d74a10b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:

env:
global:
- SS_VER=3.1.2
- SS_VER=3.1.3
- SS_DEB=shadowsocks-libev_${SS_VER}-1_amd64.deb
matrix:
- URL=https://www.facebook.com/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM alpine
MAINTAINER EasyPi Software Foundation

ENV SS_VER 3.1.2
ENV SS_VER 3.1.3
ENV SS_URL https://github.com/shadowsocks/shadowsocks-libev/archive/v$SS_VER.tar.gz
ENV SS_DIR shadowsocks-libev-$SS_VER

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM easypi/alpine-arm:build
MAINTAINER EasyPi Software Foundation

ENV SS_VER 3.1.2
ENV SS_VER 3.1.3
ENV SS_URL https://github.com/shadowsocks/shadowsocks-libev/archive/v$SS_VER.tar.gz
ENV SS_DIR shadowsocks-libev-$SS_VER

Expand Down

0 comments on commit d74a10b

Please sign in to comment.