mirror of
https://github.com/packwiz/packwiz.git
synced 2025-10-14 06:54:32 +02:00
Switch to better semver library and add pack-format field
This commit is contained in:
@@ -151,9 +151,10 @@ var initCmd = &cobra.Command{
|
||||
|
||||
// Create the pack
|
||||
pack := core.Pack{
|
||||
Name: name,
|
||||
Author: author,
|
||||
Version: version,
|
||||
Name: name,
|
||||
Author: author,
|
||||
Version: version,
|
||||
PackFormat: core.CurrentPackFormat,
|
||||
Index: struct {
|
||||
File string `toml:"file"`
|
||||
HashFormat string `toml:"hash-format"`
|
||||
|
Reference in New Issue
Block a user