Skip to content

Commit 247e1cb

Browse files
authored
Bump version (#1257)
1 parent 42400aa commit 247e1cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stuff/data/table_easywi_version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
$defined['easywi_version'] = array(
4141
'id' => array("Type"=>"int(10) unsigned","Null"=>"NO","Key"=>"PRI","Default"=>"","Extra"=>"auto_increment"),
42-
'version' => array("Type"=>"varchar(10)","Null"=>"NO","Key"=>"","Default"=>"6.0.0","Extra"=>""),
42+
'version' => array("Type"=>"varchar(10)","Null"=>"NO","Key"=>"","Default"=>"6.1.5","Extra"=>""),
4343
'de' => array("Type"=>"text","Null"=>"YES","Key"=>"","Default"=>"","Extra"=>""),
4444
'en' => array("Type"=>"text","Null"=>"YES","Key"=>"","Default"=>"","Extra"=>"")
45-
);
45+
);

0 commit comments

Comments
 (0)