Closed manumonti closed 2 years ago
Since the last version of graph-cli, when using commands graph codegen and graph build, the manifest fields specVersion and apiVersion are automatically bumped to next version:
graph codegen
graph build
specVersion
apiVersion
specVersion: 0.0.2 -> 0.0.4 apiVersion: 0.0.5 -> 0.0.6
Since the last version of graph-cli, when using commands
graph codegen
andgraph build
, the manifest fieldsspecVersion
andapiVersion
are automatically bumped to next version:specVersion: 0.0.2 -> 0.0.4 apiVersion: 0.0.5 -> 0.0.6