Skip to content

Commit

Permalink
setver: set version to 2.3.3
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
pforret committed Apr 22, 2023
1 parent 0ca5c1f commit e827fae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
APP_NAME=pforret/semver
APP_DEBUG=true
APP_VERSION=2.3.2
APP_VERSION=2.3.3
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.2
2.3.3
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
}
],
"require": {},
"version": "2.3.2"
"version": "2.3.3"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setver",
"version": "2.3.2",
"version": "2.3.3",
"description": "Semantic Versioning helper script for composer.json, package.json, git tag and VERSION.md -- works with Github/Bitbucket/Packagist",
"main": "setver.sh",
"scripts": {
Expand Down

0 comments on commit e827fae

Please sign in to comment.