diff --git a/extra/exports b/extra/exports
index 6052413744cba89f7cbb66df98401097f0833895..da0f9c7df7ba357bf44bd233d234b52a1bd8499e 100644
--- a/extra/exports
+++ b/extra/exports
@@ -469,6 +469,7 @@ swim_size
 tarantool_exit
 tarantool_lua_slab_cache
 tarantool_uptime
+tarantool_version
 title_get
 title_get_custom
 title_get_interpretor_name
diff --git a/static-build/test/exports.test.lua b/static-build/test/exports.test.lua
index b50132d7fbf0f177678295cf52e0efedf9f416cf..fe013a693bd4728bdabe2a1e22361655f1acd3c1 100755
--- a/static-build/test/exports.test.lua
+++ b/static-build/test/exports.test.lua
@@ -76,6 +76,7 @@ local check_symbols = {
     'say_set_log_format',
     'tarantool_uptime',
     'tarantool_exit',
+    'tarantool_version',
     'log_pid',
     'space_by_id',
     'space_run_triggers',