Just use package version

This commit is contained in:
Eric Bailey
2023-11-28 21:34:53 -06:00
parent 65d9d234fb
commit 2053fece6f
+3 -1
View File
@@ -1,8 +1,10 @@
const pkg = require('./package.json')
module.exports = function () { module.exports = function () {
/** /**
* App version number. Should be incremented as part of a release cycle. * App version number. Should be incremented as part of a release cycle.
*/ */
const VERSION = '1.57.0' const VERSION = pkg.version
/** /**
* iOS build number. Must be incremented for each TestFlight version. * iOS build number. Must be incremented for each TestFlight version.