Added explicit system.stateVersion to match channel set (#194)

* Added explicit system.stateVersion to match channel set

* Channel and state version are not the same thing, pinning a recent state version.
This commit is contained in:
Jonah Dahlquist 2024-01-31 08:16:15 -08:00 committed by GitHub
parent 6a72f0bff6
commit 9c5b46d78e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ makeConf() {
trimmed_line=$(echo -n "$line" | xargs)
echo -n "''$trimmed_line'' "
done <<< "$keys")];
system.stateVersion = "23.11";
}
EOF