Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Commit 84c98f3

Browse files
author
Erazem Kokot
committed
Bump version number to 1.0.10
1 parent 18e4884 commit 84c98f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

iso-generator.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ prettify() {
8282
}
8383

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

0 commit comments

Comments
 (0)