summaryrefslogtreecommitdiff
path: root/python/examples
diff options
context:
space:
mode:
authorJordan <jordan@psifertex.com>2016-08-23 15:55:41 -0400
committerGitHub <noreply@github.com>2016-08-23 15:55:41 -0400
commitb3e607f82b97bf8fe5718e7634c0a037a8f103ac (patch)
tree027ba4e50eac3682329e7da5de52a2666c786cb9 /python/examples
parent90bfcd4d2ea8b03887975da798915638162f13cb (diff)
no longer use the beta channel name
Diffstat (limited to 'python/examples')
-rw-r--r--python/examples/version-switcher.py2
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