Skip to content

Commit

Permalink
1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
retrixe committed Sep 20, 2020
1 parent eaa9bd3 commit 2b9e045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

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

func main() {
if len(os.Args) >= 2 && (os.Args[1] == "--version" || os.Args[1] == "-v") {
Expand Down

0 comments on commit 2b9e045

Please sign in to comment.