Skip to content

Commit

Permalink
Merge pull request #34 from WebDevStudios/hotfix/version-env-file
Browse files Browse the repository at this point in the history
Hotfix/Add .env for version updates
  • Loading branch information
lswilson authored Aug 26, 2024
2 parents 92b15db + 3a742ad commit 3d2d9dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# The version of your project, manually updated by you.
# This version will be reflected in package.json, and composer.json.
VERSION=1.0.0

# The build number, which is automatically incremented with each build.
# This value will be appended to the root style.css for versioning purposes.
BUILD=0
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Thumbs.db

# node
.env
./.env
.env.local
logs
*.log
Expand Down

0 comments on commit 3d2d9dc

Please sign in to comment.