Skip to content

Commit

Permalink
Updated to v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jclapis committed May 4, 2023
1 parent a5cfc4a commit 87cdeba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const (
version string = "1.2.0"
version string = "1.3.0"
colorReset string = "\033[0m"
colorRed string = "\033[31m"
)
Expand All @@ -29,6 +29,10 @@ func main() {
Name: "Joe Clapis",
Email: "joe@rocketpool.net",
},
{
Name: "Jacob Shufro",
Email: "jacob@shuf.ro",
},
}
app.Copyright = "(c) 2023 Rocket Pool Pty Ltd"

Expand Down

0 comments on commit 87cdeba

Please sign in to comment.