Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Commit

Permalink
Bump version number to 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Erazem Kokot committed Jan 13, 2020
1 parent 18e4884 commit 84c98f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions iso-generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ prettify() {
}

set_version() {
# Label must be 11 characters long
anarchy_iso_label="ANARCHYV109" # prev: iso_label
anarchy_iso_release="1.0.9" # prev: iso_rel
# Label must be up to 32 characters long (preferably up to 16)
anarchy_iso_label="ANARCHYV1010" # prev: iso_label
anarchy_iso_release="1.0.10" # prev: iso_rel
anarchy_iso_name="anarchy-${anarchy_iso_release}-x86_64.iso" # prev: version
}

Expand Down

0 comments on commit 84c98f3

Please sign in to comment.