Skip to content

Commit

Permalink
Fix #93
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed May 7, 2016
1 parent 99da713 commit 55e432a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func init() {
}

func main() {
VersionNum = "2.0"
VersionNum = "2.1"
// _, executableFile, _, _ := runtime.Caller(0) // get full path of this file

// Bing flags for changing parameters of FIND
Expand Down

0 comments on commit 55e432a

Please sign in to comment.