Skip to content

Commit

Permalink
1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
retrixe committed Apr 8, 2020
1 parent 750e2e0 commit de487d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@ import (
"github.com/gorilla/handlers"
)

// OctyneVersion ... Last version of Octyne this code is based on.
const OctyneVersion = "1.0.0-beta.1"

func main() {
if len(os.Args) >= 2 && os.Args[1] == "--version" {
println("octyne version " + OctyneVersion)
return
}
log.SetPrefix("[Octyne] ")

// Read config.
Expand Down

0 comments on commit de487d3

Please sign in to comment.