Skip to content

Commit 6169995

Browse files
author
Adam Ballai
committed
Bump to 0.84
1 parent d666ce0 commit 6169995

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

openvbx.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ INSERT INTO settings
301301
('from_email' , '', 1),
302302
('dash_rss', '', 1),
303303
('theme', '', 1),
304-
('version', '0.83', 1),
304+
('version', '0.84', 1),
305305
('iphone_theme', '', 1),
306306
('enable_sandbox_number', 1, 1),
307307
('twilio_endpoint', 'https://api.twilio.com/2008-08-01', 1);

sql-updates/41.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
UPDATE `settings` SET `value` = '0.84' WHERE `name` = 'version';
2+
UPDATE `settings` SET `value` = 41 WHERE `name` = 'schema-version';

0 commit comments

Comments
 (0)