Skip to content

Commit

Permalink
Update 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WAY29 committed May 9, 2022
1 parent aa4adf1 commit 9aebf20
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .version.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[main]
version = "1.0.0"
tag = true
extraCommands = ["git push", "git push --tags"]
serialize = "{version}-{banner}"
extraCommands = ["git push", "git push --tags"]
serialize = "{version}-{banner}"
tag = true
version = "1.0.0"

[[operate]]
location = "cmd/hackbox/hackbox.go"
search = "__version__ = \"{}\""
replace = "__version__ = \"{}\""
location = "cmd/hackbox/hackbox.go"
replace = "__version__ = \"{}\""
search = "__version__ = \"{}\""

0 comments on commit 9aebf20

Please sign in to comment.