Bump version to v1.2.0

This commit is contained in:
Richard Patel 2019-02-03 02:55:21 +01:00
parent 527e8895ec
commit 7c98228704
No known key found for this signature in database
GPG Key ID: C268B2BBDA2ABECB

View File

@ -17,7 +17,7 @@ var configFile string
var rootCmd = cobra.Command { var rootCmd = cobra.Command {
Use: "od-database-crawler", Use: "od-database-crawler",
Version: "1.1.1", Version: "1.2.0",
Short: "OD-Database Go crawler", Short: "OD-Database Go crawler",
Long: helpText, Long: helpText,
PersistentPreRunE: preRun, PersistentPreRunE: preRun,