Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
louislivi committed Jan 11, 2020
1 parent ffe147e commit 880c83c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM php:7.2.13-cli-alpine

ENV SMProxy_VERSION 1.3.0
ENV SMProxy_VERSION 1.3.1

RUN apk add --no-cache --virtual .phpize-deps $PHPIZE_DEPS linux-headers \
&& pecl install swoole \
Expand Down
2 changes: 1 addition & 1 deletion src/Command/ServerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ServerCommand extends Base
public $usage;
public $argv;
public $serverSetting = [];
const SMPROXY_VERSION = 'v1.3.0';
const SMPROXY_VERSION = 'v1.3.1';

public function __construct()
{
Expand Down

0 comments on commit 880c83c

Please sign in to comment.