Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 209ffba

Browse files
author
vrana
committedDec 4, 2012
Bump Conduit client version number
Summary: Should have been part of D3934. Test Plan: $ arc diff Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4076
1 parent aada144 commit 209ffba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/workflow/ArcanistBaseWorkflow.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public function forceConduitVersion($version) {
230230
* @task conduit
231231
*/
232232
public function getConduitVersion() {
233-
return nonempty($this->forcedConduitVersion, 5);
233+
return nonempty($this->forcedConduitVersion, 6);
234234
}
235235

236236

0 commit comments

Comments
 (0)
Failed to load comments.