Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mechatroner committed Aug 25, 2019
1 parent f309cf0 commit 413f5ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rbql-js/proto_engine/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const external_js_template_text = codegeneration_pseudo_function_include_combine
// TODO replace prototypes with classes: this improves readability


const version = '0.8.0';
const version = '0.9.0';

const GROUP_BY = 'GROUP BY';
const UPDATE = 'UPDATE';
Expand Down
2 changes: 1 addition & 1 deletion rbql-js/rbql.js
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ module.exports.rb_transform = rb_transform;
// TODO replace prototypes with classes: this improves readability


const version = '0.8.0';
const version = '0.9.0';

const GROUP_BY = 'GROUP BY';
const UPDATE = 'UPDATE';
Expand Down
2 changes: 1 addition & 1 deletion rbql-js/web_rbql.js
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ module.exports.rb_transform = rb_transform;
// TODO replace prototypes with classes: this improves readability


const version = '0.8.0';
const version = '0.9.0';

const GROUP_BY = 'GROUP BY';
const UPDATE = 'UPDATE';
Expand Down
2 changes: 1 addition & 1 deletion rbql/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Explanation of this file purpose: https://stackoverflow.com/a/16084844/2898283
__version__ = '0.8.0'
__version__ = '0.9.0'

0 comments on commit 413f5ae

Please sign in to comment.