We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8adb8 commit 644db4eCopy full SHA for 644db4e
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "sonarqube-cli",
3
"type": "module",
4
- "version": "0.2.0",
+ "version": "0.3.0",
5
"description": "SonarQube CLI",
6
7
"bin": {
src/version.ts
@@ -19,4 +19,4 @@
19
*/
20
21
// Auto-generated from package.json — do not edit manually
22
-export const VERSION = '0.2.0';
+export const VERSION = '0.3.0';
0 commit comments