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

Unified Diff: cipd/client/cipd/client.go

Issue 2640703002: Change CIPD internal pkgs directory layout to use numeric indices. (Closed)
Patch Set: Add tests for numSet, fix bugs found Created 3 years, 11 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 | cipd/client/cipd/local/deployer.go » ('j') | cipd/client/cipd/local/deployer.go » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cipd/client/cipd/client.go
diff --git a/cipd/client/cipd/client.go b/cipd/client/cipd/client.go
index 07b59ecaf78595dff5e6cfe2d3ebfeab932063a5..b340f716f4fb791504b9765467aa1873c817a70c 100644
--- a/cipd/client/cipd/client.go
+++ b/cipd/client/cipd/client.go
@@ -111,7 +111,7 @@ var (
var (
// UserAgent is HTTP user agent string for CIPD client.
- UserAgent = "cipd 1.3.2"
+ UserAgent = "cipd 1.4.0"
)
func init() {
« no previous file with comments | « no previous file | cipd/client/cipd/local/deployer.go » ('j') | cipd/client/cipd/local/deployer.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698