Skip to content

Commit 42c9f3e

Browse files
authored
Fix version number.
1 parent e8ecba2 commit 42c9f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: php-build.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
php_build_version="build2.1.2"
4+
php_build_version="build2.2.1"
55

66
# Check for required variables:
77
if [ "$#" -lt 1 ]; then

0 commit comments

Comments
 (0)