Skip to content

Commit 87cdeba

Browse files
committed
Updated to v1.3
1 parent a5cfc4a commit 87cdeba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

main.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
const (
13-
version string = "1.2.0"
13+
version string = "1.3.0"
1414
colorReset string = "\033[0m"
1515
colorRed string = "\033[31m"
1616
)
@@ -29,6 +29,10 @@ func main() {
2929
Name: "Joe Clapis",
3030
Email: "joe@rocketpool.net",
3131
},
32+
{
33+
Name: "Jacob Shufro",
34+
Email: "jacob@shuf.ro",
35+
},
3236
}
3337
app.Copyright = "(c) 2023 Rocket Pool Pty Ltd"
3438

0 commit comments

Comments
 (0)