Browse Source

bump version manually, if this is as rolling as this release then we should drop old stable concept next time and prune assets

thelamer 5 years ago
parent
commit
2f14074414
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/netbootxyz/templates/menu/live-manjaro.ipxe.j2

+ 1 - 1
roles/netbootxyz/templates/menu/live-manjaro.ipxe.j2

@@ -6,7 +6,7 @@ menu ${os} Live - Current Arch [ ${arch} ]
 iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch}
 set ipparam BOOTIF=${netX/mac} ip=dhcp net.ifnames=0
 item --gap ${os} Live versions
-item current ${space} ${os} Current Stable (19.x)
+item current ${space} ${os} Current Stable (20.x)
 item stable ${space} ${os} Old Stable (18.1.0)
 choose menu || goto live_exit
 goto ${menu}