浏览代码

Bump the API version up to match the supervisor version.

Chris McDonough 18 年之前
父节点
当前提交
f8de92a94e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/supervisor/rpcinterface.py

+ 1 - 1
src/supervisor/rpcinterface.py

@@ -23,7 +23,7 @@ RUNNING_STATES = (ProcessStates.RUNNING,
                   ProcessStates.BACKOFF,
                   ProcessStates.STARTING)
 
-API_VERSION  = '2.0'
+API_VERSION  = '3.0'
 
 class SupervisorNamespaceRPCInterface:
     def __init__(self, supervisord):