Skip to content

Commit ec667b7

Browse files
committed
[REL] Version 11.8.0
1 parent 415c2fc commit ec667b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"permissions": ["activeTab", "storage"],
4545
"short_name": "OdooTerminal",
46-
"version": "11.7.2",
46+
"version": "11.8.0",
4747
"web_accessible_resources": [
4848
{
4949
"resources": ["dist/pub/**", "_locales/**/translation.json"],

src/js/page/terminal/terminal.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const ScreenCommandHandler = {
6262
};
6363

6464
export default class Terminal {
65-
VERSION = '11.7.2';
65+
VERSION = '11.8.0';
6666

6767
userContext: {[string]: mixed} = {};
6868

0 commit comments

Comments
 (0)