Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: client/cmd/luci_machine_tokend/main.go

Issue 1953753003: token-server: Bump luci_machine_tokend version. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
//
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698