diff --git a/extension/toar_controlled_vocabulary/toar_controlled_vocabulary--0.2--0.2.5.sql b/extension/toar_controlled_vocabulary/toar_controlled_vocabulary--0.2--0.2.5.sql
index 0dfbd608e61853e6f60677f55308c17fc29de1d6..e66e277b98a2bd50e3346d5f91f68fae8f4fed80 100644
--- a/extension/toar_controlled_vocabulary/toar_controlled_vocabulary--0.2--0.2.5.sql
+++ b/extension/toar_controlled_vocabulary/toar_controlled_vocabulary--0.2--0.2.5.sql
@@ -22,7 +22,7 @@ CREATE TABLE IF NOT EXISTS AK_vocabulary (
    enum_display_str character varying(128) NOT NULL,
    PRIMARY KEY(enum_val, enum_str),
    CONSTRAINT ak_enum_val_unique UNIQUE (enum_val)
-;
+);
 
 INSERT INTO AK_vocabulary (enum_val, enum_str, enum_display_str) VALUES
    (0, 'User', 'user comment'),
diff --git a/extension/toar_controlled_vocabulary/toar_controlled_vocabulary.control b/extension/toar_controlled_vocabulary/toar_controlled_vocabulary.control
index 7564464c0697df951ad26a1d389d249ec8706f35..8f7635e733e3135ba9648bb2c904b4e90e8ea38c 100644
--- a/extension/toar_controlled_vocabulary/toar_controlled_vocabulary.control
+++ b/extension/toar_controlled_vocabulary/toar_controlled_vocabulary.control
@@ -1,5 +1,5 @@
 # toar_controlled_vocabulary extension
 comment = 'TOAR controlled vocabulary'
-default_version = '0.2'
+default_version = '0.2.5'
 module_pathname = '$libdir/toar_controlled_vocabulary-0.2'
 relocatable = false