Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Nov 2, 2020
1 parent f0715ff commit 8e839b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blender/arm/props.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import arm.utils

# Armory version
arm_version = '2020.10'
arm_version = '2020.11'
arm_commit = '$Id$'

def init_properties():
Expand Down Expand Up @@ -322,7 +322,7 @@ def init_properties_on_load():
# New project?
if bpy.data.filepath == '':
wrd = bpy.data.worlds['Arm']
wrd.arm_debug_console = arm.utils.get_debug_console_auto()
wrd.arm_debug_console = arm.utils.get_debug_console_auto()
arm.utils.fetch_script_names()

def update_armory_world():
Expand Down

0 comments on commit 8e839b8

Please sign in to comment.