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:
parent
1d744f1b4a
commit
ba00eda176
4 changed files with 7 additions and 3 deletions
4
main.go
4
main.go
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue