Set build version

Hello, In Wappler I have some way to set build version of my app ?

Have a look at

Yes, I’m using git, but how can I set version in code to generate number of version in some place of code ?

There is no app versioning for mobile apps in Wappler.

That is done when you submit to the app stores by xCode for iOS or Google Play Store for Android.

If it is a web app then GIT is your friend. Just simply add a tag for the version number.

1 Like