Skip to content

Commit

Permalink
Fix test bin
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Apr 10, 2024
1 parent 16d99c7 commit e7611f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portbase.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

func main() {
// Set Info
info.Set("Portbase", "0.0.1", "GPLv3", false)
info.Set("Portbase", "0.0.1", "GPLv3")

// Run
os.Exit(run.Run())
Expand Down

0 comments on commit e7611f0

Please sign in to comment.