Skip to content

Commit 8e839b8

Browse files
committed
Bump version
1 parent f0715ff commit 8e839b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blender/arm/props.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import arm.utils
99

1010
# Armory version
11-
arm_version = '2020.10'
11+
arm_version = '2020.11'
1212
arm_commit = '$Id$'
1313

1414
def init_properties():
@@ -322,7 +322,7 @@ def init_properties_on_load():
322322
# New project?
323323
if bpy.data.filepath == '':
324324
wrd = bpy.data.worlds['Arm']
325-
wrd.arm_debug_console = arm.utils.get_debug_console_auto()
325+
wrd.arm_debug_console = arm.utils.get_debug_console_auto()
326326
arm.utils.fetch_script_names()
327327

328328
def update_armory_world():

0 commit comments

Comments
 (0)