We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe335e7 commit 2e7fb31Copy full SHA for 2e7fb31
1 file changed
application/migrations/232_tag_2_7_7.php
@@ -11,7 +11,7 @@ class Migration_tag_2_7_7 extends CI_Migration {
11
public function up()
12
{
13
14
- // Tag Cloudlog 2.7.6
+ // Tag Cloudlog 2.7.7
15
$this->db->where('option_name', 'version');
16
$this->db->update('options', array('option_value' => '2.7.7'));
17
0 commit comments