We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050effe commit 6e33ca3Copy full SHA for 6e33ca3
bin/moodle-plugin-ci
@@ -45,7 +45,7 @@ if (file_exists(__DIR__ . '/../../../autoload.php')) {
45
}
46
47
// Current version. Keep it updated on releases.
48
-define('MOODLE_PLUGIN_CI_VERSION', '4.4.4');
+define('MOODLE_PLUGIN_CI_VERSION', '4.4.5');
49
50
define('MOODLE_PLUGIN_CI_BOXED', '@is_boxed@');
51
docs/CHANGELOG.md
@@ -10,6 +10,10 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
10
11
## [Unreleased]
12
13
+## [4.4.5] - 2024-04-03
14
+### Changed
15
+- Additional release for error in release process
16
+
17
## [4.4.4] - 2024-04-03
18
### Changed
19
- Updated project dependencies to current [moodle-cs v3.4.6](https://github.com/moodlehq/moodle-cs) release.
0 commit comments