diff --git a/pyteal/compiler/compiler.py b/pyteal/compiler/compiler.py index d07bf1167..b6937d06a 100644 --- a/pyteal/compiler/compiler.py +++ b/pyteal/compiler/compiler.py @@ -35,7 +35,7 @@ from pyteal.util import algod_with_assertion -MAX_PROGRAM_VERSION = 10 +MAX_PROGRAM_VERSION = 11 FRAME_POINTERS_VERSION = 8 DEFAULT_SCRATCH_SLOT_OPTIMIZE_VERSION = 9 MIN_PROGRAM_VERSION = 2