rename v1 to v01 for git tag

This commit is contained in:
bel
2023-03-24 22:27:56 -06:00
parent 1ef3afd647
commit ed2b7b7cb9
4 changed files with 16 additions and 16 deletions

View File

@@ -7,5 +7,5 @@ import (
func TestParser(t *testing.T) {
var _ button.Parser = button.Plaintext{}
var _ button.Parser = button.V1{}
var _ button.Parser = button.V01{}
}