set version at build time

This commit is contained in:
Jeffrey Morgan
2023-07-06 13:56:05 -04:00
parent 68e6b4550c
commit 3c3c09a523
3 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.1.0",
"version": "0.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",