Skip to content

Commit 33d4ae9

Browse files
committed
Release version 3.0.0-alpha1
1 parent 1a86bf5 commit 33d4ae9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "General Billing Application",
33
"license": "MIT",
44
"type": "project",
5-
"version": "2.4.0-dev",
5+
"version": "3.0.0-alpha1",
66
"keywords": [
77
"billing",
88
"general billing",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "solidinvoice",
33
"description": "SolidInvoice Billing Application",
4-
"version": "2.4.0-dev",
4+
"version": "3.0.0-alpha1",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/SolidInvoice/SolidInvoice.git"

src/CoreBundle/SolidInvoiceCoreBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
final class SolidInvoiceCoreBundle extends Bundle
2121
{
22-
final public const VERSION = '2.4.0-dev';
22+
final public const VERSION = '3.0.0-alpha1';
2323

2424
final public const APP_NAME = 'SolidInvoice';
2525

0 commit comments

Comments
 (0)