Parcourir la source

the next one is 2.3, not 2.2

Chris McDonough il y a 18 ans
Parent
commit
0aa05bbddd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/supervisor/xmlrpc.py

+ 1 - 1
src/supervisor/xmlrpc.py

@@ -190,7 +190,7 @@ class SupervisorNamespaceRPCInterface:
         self._update('getProtocolVersion')
         return RPC_VERSION
 
-    getVersion = getProtocolVersion # b/w compatibility with releases before 2.2
+    getVersion = getProtocolVersion # b/w compatibility with releases before 2.3
 
     def getSupervisorVersion(self):
         """ Return the version of the supervisor package in use by supervisord