Skip to content

Commit 3a742ad

Browse files
committed
Add .env for version updates
1 parent 92b15db commit 3a742ad

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.env

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# The version of your project, manually updated by you.
2+
# This version will be reflected in package.json, and composer.json.
3+
VERSION=1.0.0
4+
5+
# The build number, which is automatically incremented with each build.
6+
# This value will be appended to the root style.css for versioning purposes.
7+
BUILD=0

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Thumbs.db
1010

1111
# node
12-
.env
12+
./.env
1313
.env.local
1414
logs
1515
*.log

0 commit comments

Comments
 (0)