Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 3, 2025
1 parent e3abab2 commit 1c850f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/google/core/modules/modGoogle.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function __construct($db)
$this->editor_name = 'DoliCloud';
$this->editor_url = 'https://www.dolicloud.com?origin=dolimods';
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
$this->version = '6.8.1';
$this->version = '6.8.2';
// Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase)
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
// Name of image file used for this module.
Expand Down

0 comments on commit 1c850f5

Please sign in to comment.