| Index: client/cmd/luci_machine_tokend/main.go
|
| diff --git a/client/cmd/luci_machine_tokend/main.go b/client/cmd/luci_machine_tokend/main.go
|
| index 93ee983a8b960c1d5bdefadb209e2d56b497ced6..dcb6f135b93832466eb375f7eae01131b7b0ece8 100644
|
| --- a/client/cmd/luci_machine_tokend/main.go
|
| +++ b/client/cmd/luci_machine_tokend/main.go
|
| @@ -40,7 +40,7 @@ import (
|
| // Version identifies the major revision of the tokend code.
|
| //
|
| // It is put in the status file (and subsequently reported to monitoring).
|
| -const Version = "1.0"
|
| +const Version = "1.1"
|
|
|
| // commandLine contains all command line flags.
|
| //
|
|
|