stevemc
(Steve McMillen)
1
I’m writing a serverless app and every time I post a new update the major version is incremented. E.g. 1.0 -> 2.0.
So for example, when I upload a new version as below, version will go to 3.0.
I would like ability to set sub version (i.e. 1.1). Or even 1.1.1. Is this possible? I see no docs on the topic.
Hi Steve,
It is not possible to control the version from the UI. We will convert this as feedback.
Jamie
(Jamie Cargill)
5
My workaround to this was to put the version number on the iparams page & just ignore the version number on the freshdev page.
1 Like