0.2.8 bump

This commit is contained in:
idk
2021-12-13 10:22:04 -05:00
parent 98293c4ded
commit acaf528e9b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
VERSION=0.2.7
VERSION=0.2.8
APP=reseed-tools
USER_GH=eyedeekay
CGO_ENABLED=0

View File

@@ -19,7 +19,7 @@ func main() {
app := cli.NewApp()
app.Name = "reseed-tools"
app.Version = "0.2.7"
app.Version = "0.2.8"
app.Usage = "I2P tools and reseed server"
app.Author = "eyedeekay"
app.Email = "hankhill19580@gmail.com"