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 f564760 commit 4880493Copy full SHA for 4880493
js/com/com_Config.js
@@ -587,7 +587,7 @@ define([
587
/**
588
* Version
589
*/
590
- Config.version = "2.2.7";
+ Config.version = "2.2.8";
591
592
593
* Type of mode
js/com/com_Const.js
@@ -19,7 +19,7 @@ define ([
19
class Constants { }
20
21
Constants.TOOLBAR_BTN_INFO = {
22
- HELP: "Visual Python 2.2.7"
+ HELP: "Visual Python 2.2.8"
23
, ICON: "vp-main-icon"
24
, ID: "vpBtnToggle"
25
, NAME: "toggle-vp"
0 commit comments