Skip to content

Commit

Permalink
Maybe change the initial 1.dev0 version to 0.dev0 ?
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Feb 13, 2024
1 parent 13b6ed4 commit f20c499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ function increment_minor() {
[ "$RELEASE_TYPE" != 'rc' ] || {
log_error "Cannot create rc after release (current version: ${RELEASE_CURR}.0)";
exit 1; }
echo '1.dev0'
echo '0.dev0'
;;
*)
log_error "Don't know how to increment minor version: ${minor}"
Expand Down

0 comments on commit f20c499

Please sign in to comment.