Bump version to v1.2.1

This commit is contained in:
Richard Patel 2019-02-03 03:36:39 +01:00
parent 46c0e0bd32
commit 5239af08f7
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 {
Use: "od-database-crawler",
Version: "1.2.0",
Version: "1.2.1",
Short: "OD-Database Go crawler",
Long: helpText,
PersistentPreRunE: preRun,