1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-10 21:01:02 +02:00

bump 6.0.10

This commit is contained in:
Zack Scholl 2019-06-20 07:10:37 -07:00
parent 1d744f1b4a
commit ba00eda176
4 changed files with 7 additions and 3 deletions

View file

@ -1,5 +1,9 @@
package main
//go:generate git tag -af v$VERSION -m "v$VERSION"
//go:generate go run src/install/updateversion.go
//go:generate git commit -am "bump $VERSION"
//go:generate git tag -af v$VERSION -m "v$VERSION"
import (
"fmt"