Skip to content

Commit 2c8ed54

Browse files
remicolletbigbes
authored andcommitted
Fix version
Missing in 0.3.0 tag
1 parent 96906b3 commit 2c8ed54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.2.0"
35+
#define PHP_TARANTOOL_VERSION "0.3.0"
3636
#define PHP_TARANTOOL_EXTNAME "tarantool"
3737

3838
#ifdef PHP_WIN32

0 commit comments

Comments
 (0)