Changes, still WIP

This commit is contained in:
2023-10-26 18:08:45 -04:00
parent c11122bc62
commit c315240884
5 changed files with 364 additions and 214 deletions

View File

@@ -26,7 +26,7 @@ import (
var (
// these will be set by the goreleaser configuration
// to appropriate values for the compiled binary.
version string = "0.0.3"
version string = "0.0.4"
// goreleaser can pass other information to the main package, such as the specific commit
// https://goreleaser.com/cookbooks/using-main.version/