Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
mechatroner committed Aug 2, 2019
1 parent 83813c1 commit e946586
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.7.0';
const version = '0.8.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 @@ -761,7 +761,7 @@ module.exports.rb_transform = rb_transform;
// TODO replace prototypes with classes: this improves readability


const version = '0.7.0';
const version = '0.8.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 @@ -765,7 +765,7 @@ module.exports.rb_transform = rb_transform;
// TODO replace prototypes with classes: this improves readability


const version = '0.7.0';
const version = '0.8.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.7.0'
__version__ = '0.8.0'

0 comments on commit e946586

Please sign in to comment.