Skip to content

Commit

Permalink
Bumps to 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Apr 5, 2021
1 parent d0594ed commit 8f36bba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 1.20.0
VERSION ?= 1.21.0
CACHE ?= --no-cache=1
FULLVERSION ?= ${VERSION}
archs ?= amd64 arm32v6 arm64v8 i386
Expand Down
2 changes: 1 addition & 1 deletion converter
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php
require_once 'vendor/autoload.php';
$sVersion = getenv('VERSION') ?: '1.20.0';
$sVersion = getenv('VERSION') ?: '1.21.0';
define('VERSION', <<<HEREDOC
Yamete $sVersion - Jay MOULIN <https://twitter.com/MoulinJay>
Expand Down
2 changes: 1 addition & 1 deletion download
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php
require_once 'vendor/autoload.php';
$sVersion = getenv('VERSION') ?: '1.20.0';
$sVersion = getenv('VERSION') ?: '1.21.0';
define('VERSION', <<<HEREDOC
Yamete $sVersion - Jay MOULIN <https://twitter.com/MoulinJay>
Expand Down

0 comments on commit 8f36bba

Please sign in to comment.