diff options
| author | Jordan <jordan@psifertex.com> | 2016-08-23 15:55:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-23 15:55:41 -0400 |
| commit | b3e607f82b97bf8fe5718e7634c0a037a8f103ac (patch) | |
| tree | 027ba4e50eac3682329e7da5de52a2666c786cb9 /python | |
| parent | 90bfcd4d2ea8b03887975da798915638162f13cb (diff) | |
no longer use the beta channel name
Diffstat (limited to 'python')
| -rw-r--r-- | python/examples/version-switcher.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/version-switcher.py b/python/examples/version-switcher.py index a1936a52..087bf7f9 100644 --- a/python/examples/version-switcher.py +++ b/python/examples/version-switcher.py @@ -3,7 +3,7 @@ import sys import binaryninja import datetime -chandefault="private-beta" +chandefault="release" channel=0 versions=0 |
