Skip to content
Snippets Groups Projects

Update version to 4.0.0

Merged Ghost User requested to merge update_to_4.0.0 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
# Note: there are many handy hints in comments in this example -- remove them when you've finalized your recipe
# The final recipe shouldn't contain any comments!
{% set version = "3.0.0" %}
{% set version = "4.0.0" %}
{% set name = "module-a" %}
package:
Loading