Skip to content

Commit 99ffbd0

Browse files
author
Alexey Gadzhiev
committed
Bump new version
1 parent 209d646 commit 99ffbd0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
1919
</lead>
2020
<date>2018-04-18</date>
2121
<version>
22-
<release>0.3.1</release>
23-
<api>0.3.1</api>
22+
<release>0.3.2</release>
23+
<api>0.3.2</api>
2424
</version>
2525
<stability>
2626
<release>beta</release>
@@ -93,10 +93,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
9393
<changelog>
9494
<release>
9595
<stability><release>beta</release><api>beta</api></stability>
96-
<version><release>0.3.1</release><api>0.3.1</api></version>
96+
<version><release>0.3.2</release><api>0.3.2</api></version>
9797
<date>2018-04-18</date>
9898
<notes>
99-
tarantool-php 0.3.1
99+
tarantool-php 0.3.2
100100

101101
Upsert bug fixed
102102
</notes>

src/php_tarantool.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
extern zend_module_entry tarantool_module_entry;
3333
#define phpext_tarantool_ptr &tarantool_module_entry
3434

35-
#define PHP_TARANTOOL_VERSION "0.3.1"
35+
#define PHP_TARANTOOL_VERSION "0.3.2"
3636
#define PHP_TARANTOOL_EXTNAME "tarantool"
3737

3838
#ifdef PHP_WIN32

0 commit comments

Comments
 (0)