grim/tagpull

Update the annotation tag
draft
2020-07-05, Gary Kramlich
33f8b28b8dc3
Parents 4a2ab904ba01
Children b23e8d5837de
Update the annotation tag
  • +1 -1
    const.go
  • --- a/const.go Sun Jul 05 05:34:31 2020 -0500
    +++ b/const.go Sun Jul 05 05:46:55 2020 -0500
    @@ -1,6 +1,6 @@
    package main
    const (
    - Annotation = "tagops/autoupdate"
    + Annotation = "tagpull/autoupdate"
    Version = "0.1.0"
    )