You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixes#477
**Description :**
This pull request addresses the issue where the build process was
relying on Git for version information. The problem arose when the build
process did not have Git available.
**Changes Made :**
-In package.json, updated the `version` field to the latest released
GitHub version
-In build.ts, modified the code to use the version specified in
package.json.
0 commit comments